File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 509
509
"hideBanner" : " Hide" ,
510
510
"someOfYourDeviceUseOutdatedVersion" : " Some of your devices are using outdated versions. Syncing may be unreliable until they are updated." ,
511
511
"openMessageRequestInboxDescription" : " View your Message Request inbox" ,
512
+ "removeAll" : " Clear all" ,
512
513
"clearAllReactions" : " Are you sure you want to clear all $emoji$ ?" ,
513
514
"expandedReactionsText" : " Show Fewer" ,
514
515
"reactionNotification" : " Reacts to a message with $emoji$" ,
Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ export const ReactListModal = (props: Props): ReactElement => {
360
360
</ p >
361
361
{ isPublic && weAreModerator && (
362
362
< SessionButton
363
- text = { window . i18n ( 'clearAll ' ) }
363
+ text = { window . i18n ( 'removeAll ' ) }
364
364
buttonColor = { SessionButtonColor . Danger }
365
365
buttonType = { SessionButtonType . Simple }
366
366
onClick = { handleClearReactions }
Original file line number Diff line number Diff line change @@ -521,4 +521,5 @@ export type LocalizerKeys =
521
521
| 'messageFormattingDescription'
522
522
| 'messageFormattingTitle'
523
523
| 'fetchMessagesSinceEpochDescription'
524
- | 'fetchMessagesSinceEpochTitle' ;
524
+ | 'fetchMessagesSinceEpochTitle'
525
+ | 'removeAll' ;
You can’t perform that action at this time.
0 commit comments