Skip to content

Commit

Permalink
Add Busy string and change Unavailable to Away
Browse files Browse the repository at this point in the history
  • Loading branch information
chagai95 authored May 16, 2022
1 parent 491b3c3 commit c27958d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vector/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2729,7 +2729,8 @@
<string name="a11y_public_room">Public room</string>
<string name="a11y_presence_online">Online</string>
<string name="a11y_presence_offline">Offline</string>
<string name="a11y_presence_unavailable">Unavailable</string>
<string name="a11y_presence_busy">Busy</string>
<string name="a11y_presence_unavailable">Away</string>

<string name="dev_tools_menu_name">Dev Tools</string>
<string name="dev_tools_explore_room_state">Explore Room State</string>
Expand Down

0 comments on commit c27958d

Please sign in to comment.