summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2021-03-17 13:54:14 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2021-03-17 13:54:14 -0500
commit5a43475d8daf6dc13c0ce8cda436a7008d7f54d7 (patch)
treee5ca1c6c598e59c61eca590557125649a056cda3
parent14a051c591e45872ca353688383a31649bdfbce0 (diff)
downloadepiphany-mcatanzaro/firefox-sync-disclaimer.tar.gz
sync-dialog: say "GNOME Web" instead of "Web"mcatanzaro/firefox-sync-disclaimer
In the rest of our UI, we are careful to always brand the browser as "Web." But that doesn't work very well here, since it's easy for users to become confused as to the different between Web, Firefox, and the web. Mozilla has very few requirements for use of the Firefox Sync service other than to avoid confusing users, so let's err on the side of caution and really spell out that we are GNOME Web here. We might want to consider doing this elsewhere in the user interface as well, but this particular use is more confusing than all others, so I think this will suffice for now.
-rw-r--r--src/resources/gtk/firefox-sync-dialog.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/gtk/firefox-sync-dialog.ui b/src/resources/gtk/firefox-sync-dialog.ui
index 8f6dfbef5..dd9b53a7d 100644
--- a/src/resources/gtk/firefox-sync-dialog.ui
+++ b/src/resources/gtk/firefox-sync-dialog.ui
@@ -32,7 +32,7 @@
<property name="orientation">vertical</property>
<child>
<object class="HdyPreferencesGroup" id="sync_page_group">
- <property name="description" translatable="yes">Sign in with your Firefox account to sync your data with Web and Firefox on other computers. Web is not Firefox and is not produced or endorsed by Mozilla.</property>
+ <property name="description" translatable="yes">Sign in with your Firefox account to sync your data with GNOME Web and Firefox on other computers. GNOME Web is not Firefox and is not produced or endorsed by Mozilla.</property>
<property name="visible">True</property>
<child>
<object class="GtkBox" id="sync_firefox_iframe_box">