mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-21 15:05:19 +00:00
Replaced string 'dialog_disappearing_messages_follow_setting_confirm' with 'confirm'
This commit is contained in:
parent
2992d590d9
commit
c7fdb6aed9
@ -57,7 +57,7 @@ class DisappearingMessages @Inject constructor(
|
|||||||
})
|
})
|
||||||
|
|
||||||
dangerButton(
|
dangerButton(
|
||||||
text = if (message.expiresIn == 0L) R.string.dialog_disappearing_messages_follow_setting_confirm else R.string.set,
|
text = if (message.expiresIn == 0L) R.string.confirm else R.string.set,
|
||||||
contentDescription = if (message.expiresIn == 0L) R.string.AccessibilityId_confirm else R.string.AccessibilityId_set_button
|
contentDescription = if (message.expiresIn == 0L) R.string.AccessibilityId_confirm else R.string.AccessibilityId_set_button
|
||||||
) {
|
) {
|
||||||
set(message.threadId, message.recipient.address, message.expiryMode, message.recipient.isClosedGroupRecipient)
|
set(message.threadId, message.recipient.address, message.expiryMode, message.recipient.isClosedGroupRecipient)
|
||||||
|
@ -60,11 +60,6 @@
|
|||||||
-->
|
-->
|
||||||
<string name="activity_settings_upload">Upload</string>
|
<string name="activity_settings_upload">Upload</string>
|
||||||
|
|
||||||
<!-- REQUIRED: Used when a users follows the disappearing messages of another user to turn them off.
|
|
||||||
Figma: https://www.figma.com/design/tEgZ8ujg76DdtPwEJv8zFp/Disappearing-Messages?node-id=0-1&t=RmpaOwy9gz7ohKSE-0
|
|
||||||
-->
|
|
||||||
<string name="dialog_disappearing_messages_follow_setting_confirm">Confirm</string>
|
|
||||||
|
|
||||||
<!-- USED as text for the Legacy ExpiryType enum defined in State.kt - however, I don' think
|
<!-- USED as text for the Legacy ExpiryType enum defined in State.kt - however, I don' think
|
||||||
there's any way to set "Legacy" disappearing messages any more, that's gone. Although we
|
there's any way to set "Legacy" disappearing messages any more, that's gone. Although we
|
||||||
may still need to cater to _seeing_ Legacy disappearing messages from clients which haven't
|
may still need to cater to _seeing_ Legacy disappearing messages from clients which haven't
|
||||||
@ -256,6 +251,7 @@
|
|||||||
<string name="communityUnknown">Unknown Community</string>
|
<string name="communityUnknown">Unknown Community</string>
|
||||||
<string name="communityUrl">Community URL</string>
|
<string name="communityUrl">Community URL</string>
|
||||||
<string name="communityUrlCopy">Copy Community URL</string>
|
<string name="communityUrlCopy">Copy Community URL</string>
|
||||||
|
<string name="confirm">Confirm</string>
|
||||||
<string name="contactContacts">Contacts</string>
|
<string name="contactContacts">Contacts</string>
|
||||||
<string name="contactDelete">Delete Contact</string>
|
<string name="contactDelete">Delete Contact</string>
|
||||||
<string name="contactDeleteDescription">Are you sure you want to delete <b>{name}</b> from your contacts? New messages from <b>{name}</b> will arrive as a message request.</string>
|
<string name="contactDeleteDescription">Are you sure you want to delete <b>{name}</b> from your contacts? New messages from <b>{name}</b> will arrive as a message request.</string>
|
||||||
|
Loading…
Reference in New Issue
Block a user