Update new_or_sad_tab_strings.grdp

This commit is contained in:
Alexander David Frick 2022-08-12 11:56:18 -05:00 committed by GitHub
parent 257a27fb6d
commit d9d08f4a18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>