summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fragment_settings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/fragment_settings.xml')
-rw-r--r--app/src/main/res/layout/fragment_settings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/fragment_settings.xml b/app/src/main/res/layout/fragment_settings.xml
index 6ac8b8d..5b85876 100644
--- a/app/src/main/res/layout/fragment_settings.xml
+++ b/app/src/main/res/layout/fragment_settings.xml
@@ -69,10 +69,10 @@
android:layout_height="wrap_content"
android:ems="10"
android:inputType="textPersonName"
- android:text="Test Settings" />
+ android:text="Developer Settings (be careful!)" />
<Button
- android:text="Reset Wallet (Dangerous!)"
+ android:text="Reset Wallet (dangerous!)"
android:layout_width="wrap_content"
android:layout_height="wrap_content" android:id="@+id/button_reset_wallet_dangerously"/>
</LinearLayout>