1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

All: Remove Beta mention for Joplin Server (#13367)

This commit is contained in:
Laurent Cozic
2025-10-06 09:28:24 +01:00
committed by GitHub
parent 7987137470
commit 2df56530ae
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ export default class SyncTargetJoplinServerSAML extends SyncTargetJoplinServer {
}
public static override label() {
return `${_('Joplin Server')} (Beta, SAML)`;
return `${_('Joplin Server (SAML)')}`;
}
public override async isAuthenticated() {