mirror of https://github.com/laurent22/joplin.git
fix linter error (#3518)
parent
62bc296abe
commit
ca0197a319
|
@ -25,7 +25,7 @@ class SyncTargetAmazonS3 extends BaseSyncTarget {
|
|||
}
|
||||
|
||||
static label() {
|
||||
return _('AWS S3') + ' (Beta)';
|
||||
return `${_('AWS S3')} (Beta)`;
|
||||
}
|
||||
|
||||
async isAuthenticated() {
|
||||
|
|
Loading…
Reference in New Issue