1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-18 23:07:45 +02:00

fix linter error (#3518)

This commit is contained in:
Helmut K. C. Tessarek
2020-07-19 19:19:08 -04:00
committed by GitHub
parent 62bc296abe
commit ca0197a319

View File

@ -25,7 +25,7 @@ class SyncTargetAmazonS3 extends BaseSyncTarget {
}
static label() {
return _('AWS S3') + ' (Beta)';
return `${_('AWS S3')} (Beta)`;
}
async isAuthenticated() {