mirror of https://github.com/laurent22/joplin.git
Desktop, Mobile, Cli: Move S3 sync target out of beta
parent
b3f69794b1
commit
798e1b8f4f
|
@ -25,7 +25,7 @@ class SyncTargetAmazonS3 extends BaseSyncTarget {
|
|||
}
|
||||
|
||||
static label() {
|
||||
return `${_('S3')} (Beta)`;
|
||||
return _('S3');
|
||||
}
|
||||
|
||||
static description() {
|
||||
|
|
Loading…
Reference in New Issue