mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
i18n AttachmentView
// FREEBIE
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
tagName: 'a',
|
||||
initialize: function(dataUrl) {
|
||||
this.dataUrl = dataUrl;
|
||||
this.$el.text("Unsupported attachment type. Click to save.");
|
||||
this.$el.text(i18n('unsupportedAttachment'));
|
||||
},
|
||||
events: {
|
||||
'click': 'open'
|
||||
|
||||
Reference in New Issue
Block a user