fix linter error (#3518)

pull/3579/head
Helmut K. C. Tessarek 2020-07-19 19:19:08 -04:00 committed by GitHub
parent 62bc296abe
commit ca0197a319
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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