diff --git a/vector/src/main/res/layout/item_pushgateway.xml b/vector/src/main/res/layout/item_pushgateway.xml
index e50a0015..c4a01be1 100644
--- a/vector/src/main/res/layout/item_pushgateway.xml
+++ b/vector/src/main/res/layout/item_pushgateway.xml
@@ -21,7 +21,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="4dp"
- android:text="app_id"
+ android:text="@string/push_gateway_item_app_id"
android:textStyle="bold" />
@@ -38,7 +38,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="4dp"
- android:text="push_key:"
+ android:text="@string/push_gateway_item_push_key"
android:textStyle="bold" />
@@ -55,7 +55,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="4dp"
- android:text="app_display_name"
+ android:text="@string/push_gateway_item_app_display_name"
android:textStyle="bold" />
@@ -72,7 +72,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="4dp"
- android:text="device_name:"
+ android:text="@string/push_gateway_item_device_name"
android:textStyle="bold" />
@@ -90,7 +90,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="4dp"
- android:text="Url:"
+ android:text="@string/push_gateway_item_url"
android:textStyle="bold" />
diff --git a/vector/src/main/res/values/strings_riotX.xml b/vector/src/main/res/values/strings_riotX.xml
index 987afcd8..7ff01489 100644
--- a/vector/src/main/res/values/strings_riotX.xml
+++ b/vector/src/main/res/values/strings_riotX.xml
@@ -21,4 +21,13 @@
No push rules defined
No registered push gateways
+ app_id:
+ push_key:
+ app_display_name:
+ device_name:
+ Url:
+ Format:
+
+ Legacy
+
\ No newline at end of file
diff --git a/vector/src/main/res/xml/vector_settings_preferences_root.xml b/vector/src/main/res/xml/vector_settings_preferences_root.xml
index 07729370..968aa68c 100644
--- a/vector/src/main/res/xml/vector_settings_preferences_root.xml
+++ b/vector/src/main/res/xml/vector_settings_preferences_root.xml
@@ -8,7 +8,6 @@
android:title="@string/settings_general_title"
app:fragment="com.example.SyncFragment" />
-
-
-
-
-
-
\ No newline at end of file