Skip to content
Snippets Groups Projects
Verified Commit f12212ee authored by Sebastian's avatar Sebastian
Browse files

Replace last hard-coded string

Also, add a few words to the dictionary and remove an unused string
parent 835f02e7
No related branches found
No related tags found
1 merge request!79Replace last hard-coded string
Pipeline #10829 passed
<component name="ProjectDictionaryState"> <component name="ProjectDictionaryState">
<dictionary name="briar"> <dictionary name="briar">
<words> <words>
<w>addr</w>
<w>affero</w> <w>affero</w>
<w>agpl</w> <w>agpl</w>
<w>briar</w> <w>briar</w>
<w>briarproject</w> <w>briarproject</w>
<w>dnkm</w>
<w>dontkillme</w>
<w>obfs</w> <w>obfs</w>
<w>onboarding</w> <w>onboarding</w>
<w>unicast</w>
</words> </words>
</dictionary> </dictionary>
</component> </component>
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_margin="16dp" android:layout_margin="16dp"
android:text="Finish" android:text="@string/setup_complete_finish"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" /> app:layout_constraintStart_toStartOf="parent" />
......
...@@ -37,8 +37,8 @@ ...@@ -37,8 +37,8 @@
<string name="no_network_title">Device offline?</string> <string name="no_network_title">Device offline?</string>
<string name="no_network_description">Please ensure this device is online and connected to the Internet. Once you\'re online, setup should pick up automatically here.</string> <string name="no_network_description">Please ensure this device is online and connected to the Internet. Once you\'re online, setup should pick up automatically here.</string>
<string name="no_network_try_again">Try again</string>
<string name="setup_complete_title">Connected</string> <string name="setup_complete_title">Connected</string>
<string name="setup_complete_description">Your Mailbox has been successfully linked with Briar.\n\nKeep your Mailbox connected to power and Wi-Fi so it\'s always online.</string> <string name="setup_complete_description">Your Mailbox has been successfully linked with Briar.\n\nKeep your Mailbox connected to power and Wi-Fi so it\'s always online.</string>
<string name="setup_complete_finish">Finish</string>
</resources> </resources>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment