Add alt text for link screen QR code
This commit is contained in:
parent
e32503eed4
commit
e11f11782c
3 changed files with 20 additions and 1 deletions
|
@ -169,6 +169,7 @@ Whisper.InstallView = Whisper.View.extend({
|
|||
this.qr = new window.QRCode(this.$('#qr')[0]).makeCode(url);
|
||||
this.$('#qr').removeAttr('title');
|
||||
this.$('#qr').addClass('ready');
|
||||
this.$('#qr img').attr('alt', window.i18n('LinkScreen__scan-this-code'));
|
||||
},
|
||||
setDeviceNameDefault() {
|
||||
const deviceName = window.textsecure.storage.user.getDeviceName();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue