Skip to content

Commit

Permalink
fix: Rename remaining references to "public gateway" in UI (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea authored Jul 25, 2024
1 parent 4c65c39 commit 8ebfdff
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
<string name="settings_data_in_transit">In transit</string>
<string name="settings_data_queued">Queued</string>
<string name="settings_advanced">Advanced Settings</string>
<string name="settings_pgw">Public Gateway</string>
<string name="settings_pgw_new">New Public Gateway</string>
<string name="settings_pgw">Internet Gateway</string>
<string name="settings_pgw_new">New Internet Gateway</string>
<string name="settings_pgw_warning">
Migrating to a new gateway should only be done by advanced users who understand the
consequences.
Expand All @@ -110,17 +110,17 @@
<string name="settings_pgw_insert">Enter the new address</string>
<string name="settings_pgw_valid">Address looks valid</string>
<string name="settings_pgw_migrate_confirm">
Are you sure you want to migrate to this public gateway?
Are you sure you want to migrate to this Internet gateway?
</string>
<string name="settings_pgw_migration_successful">Public gateway migration successful</string>
<string name="settings_pgw_migration_successful">Internet gateway migration successful</string>
<string name="settings_pgw_migration_same_address">
Same as current address
</string>
<string name="settings_pgw_migration_failed_to_resolve">
Could not resolve public gateway address. Please confirm it is correct.
Could not resolve Internet gateway address. Please confirm it is correct.
</string>
<string name="settings_pgw_migration_failed_to_register">
Could not register with public gateway. Please try again later.
Could not register with Internet gateway. Please try again later.
</string>

</resources>

0 comments on commit 8ebfdff

Please sign in to comment.