You've already forked joplin
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:
committed by
GitHub
parent
62bc296abe
commit
ca0197a319
@ -25,7 +25,7 @@ class SyncTargetAmazonS3 extends BaseSyncTarget {
|
||||
}
|
||||
|
||||
static label() {
|
||||
return _('AWS S3') + ' (Beta)';
|
||||
return `${_('AWS S3')} (Beta)`;
|
||||
}
|
||||
|
||||
async isAuthenticated() {
|
||||
|
Reference in New Issue
Block a user