mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 11:57:48 -03:00
Update new_or_sad_tab_strings.grdp
This commit is contained in:
parent
257a27fb6d
commit
d9d08f4a18
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@
|
|||
Open page in a new Incognito tab
|
||||
</message>
|
||||
</if>
|
||||
<if expr="is_macosx or chromeos_ash or chromeos_lacros">
|
||||
<if expr="is_macosx or is_chromeos">
|
||||
<message name="IDS_SAD_TAB_RELOAD_CLOSE_TABS" desc="One of the bullet points displayed on the web page if a reload failed to fix the issue, advising the user to close other Chrome tabs or apps running on their computer (Mac, ChromeOS).">
|
||||
Close other tabs or apps
|
||||
</message>
|
||||
|
@ -72,7 +72,7 @@
|
|||
Close other tabs or programs
|
||||
</message>
|
||||
</if>
|
||||
<if expr="is_macosx or chromeos_ash or chromeos_lacros or is_ios">
|
||||
<if expr="is_macosx or is_chromeos or is_ios">
|
||||
<message name="IDS_SAD_TAB_RELOAD_CLOSE_NOTABS" desc="One of the bullet points displayed on the web page if a reload failed to fix the issue, advising the user to close other apps running on their computer or device.">
|
||||
Close other apps
|
||||
</message>
|
||||
|
|
Loading…
Reference in a new issue