mirror of
https://github.com/element-hq/element-android
synced 2024-12-18 07:12:47 +03:00
Start DM - Rename action button to "go"
This commit is contained in:
parent
ba3d350127
commit
26d1a12b74
2 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
<item
|
||||
android:id="@+id/action_create_direct_room"
|
||||
android:title="@string/create_room_action_create"
|
||||
android:title="@string/create_room_action_go"
|
||||
app:showAsAction="always" />
|
||||
|
||||
</menu>
|
||||
|
|
|
@ -1623,6 +1623,7 @@
|
|||
|
||||
<!-- Create room screen -->
|
||||
<string name="create_room_action_create">"CREATE"</string>
|
||||
<string name="create_room_action_go">Go</string>
|
||||
<string name="create_room_name_section">"Room name"</string>
|
||||
<string name="create_room_name_hint">"Name"</string>
|
||||
<string name="create_room_topic_section">"Room topic (optional)"</string>
|
||||
|
|
Loading…
Reference in a new issue