reusing existing remove string

This commit is contained in:
Adam Brown 2021-09-23 13:05:18 +01:00
parent 1d4c909b50
commit 43eff8b85b
2 changed files with 1 additions and 2 deletions

View File

@ -134,6 +134,6 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:text="@string/push_gateway_item_remove" />
android:text="@string/remove" />
</LinearLayout>

View File

@ -2251,7 +2251,6 @@
<string name="push_gateway_item_device_name">session_name:</string>
<string name="push_gateway_item_url">Url:</string>
<string name="push_gateway_item_format">Format:</string>
<string name="push_gateway_item_remove">Remove</string>
<string name="preference_voice_and_video">Voice &amp; Video</string>
<string name="preference_root_help_about">Help &amp; About</string>