mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 17:08:57 +01:00
i18n UnsupportedFileTypeToast
// FREEBIE
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
{
|
||||
"unsupportedFileType": {
|
||||
"message": "Unsupported file type"
|
||||
},
|
||||
"fileSizeWarning": {
|
||||
"message": "Sorry, the selected file exceeds message size restrictions."
|
||||
},
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
}
|
||||
});
|
||||
Whisper.UnsupportedFileTypeToast = Whisper.ToastView.extend({
|
||||
template: "Unsupported file type"
|
||||
template: i18n('unsupportedFileType')
|
||||
});
|
||||
|
||||
Whisper.FileInputView = Backbone.View.extend({
|
||||
|
||||
Reference in New Issue
Block a user