diff --git a/app/src/main/res/layout/activity_about.xml b/app/src/main/res/layout/activity_about.xml
index bb128d2..388edaa 100644
--- a/app/src/main/res/layout/activity_about.xml
+++ b/app/src/main/res/layout/activity_about.xml
@@ -73,7 +73,7 @@
style="@style/SettingsStatus"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:text="GNU GENERAL PUBLIC LICENSE V3" />
+ android:text="@string/gnu_general_public_license_v3" />
@@ -93,13 +93,13 @@
style="@style/SettingsStatus"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:text="Leanote" />
+ android:text="@string/leanote" />
+ android:text="@string/https_material_io_icons" />
@@ -114,7 +114,7 @@
style="@style/SettingsSecondaryText"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:text="Github" />
+ android:text="@string/github" />
@@ -151,7 +151,7 @@
style="@style/SettingsSecondaryText"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:text="Generate random note" />
+ android:text="@string/generate_random_note" />
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index c0556a7..1780c7d 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -100,5 +100,11 @@
View type
Delete
No note was selected
+ Add account
+ Leanote
+ https://material.io/icons/
+ GNU GENERAL PUBLIC LICENSE V3
+ Github
+ Generate random note