mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-25 10:55:55 +03:00
Merge pull request #4155 from vector-im/feature/bma/wording_update
Wording update
This commit is contained in:
commit
1fcb9f284a
3 changed files with 6 additions and 5 deletions
1
changelog.d/4155.bugfix
Normal file
1
changelog.d/4155.bugfix
Normal file
|
@ -0,0 +1 @@
|
|||
Harmonize wording in the message bottom sheet and move up the View Reactions item
|
|
@ -341,14 +341,14 @@ class MessageActionsViewModel @AssistedInject constructor(@Assisted
|
|||
add(EventSharedAction.AddReaction(eventId))
|
||||
}
|
||||
|
||||
if (canQuote(timelineEvent, messageContent, actionPermissions)) {
|
||||
add(EventSharedAction.Quote(eventId))
|
||||
}
|
||||
|
||||
if (canViewReactions(timelineEvent)) {
|
||||
add(EventSharedAction.ViewReactions(informationData))
|
||||
}
|
||||
|
||||
if (canQuote(timelineEvent, messageContent, actionPermissions)) {
|
||||
add(EventSharedAction.Quote(eventId))
|
||||
}
|
||||
|
||||
if (timelineEvent.hasBeenEdited()) {
|
||||
add(EventSharedAction.ViewEditHistory(informationData))
|
||||
}
|
||||
|
|
|
@ -378,7 +378,7 @@
|
|||
<string name="none">None</string>
|
||||
<string name="revoke">Revoke</string>
|
||||
<string name="disconnect">Disconnect</string>
|
||||
<string name="report_content">Report content</string>
|
||||
<string name="report_content">Report Content</string>
|
||||
<string name="active_call">Active call</string>
|
||||
<string name="play_video">Play</string>
|
||||
<string name="pause_video">Pause</string>
|
||||
|
|
Loading…
Reference in a new issue