Skip to content

Commit 45424d1

Browse files
committed
🐛 Fix: sm.ms backupDomain message text
1 parent ba68719 commit 45424d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/uploader/smms.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const config = (ctx: IPicGo): IPluginConfig[] => {
7171
{
7272
name: 'backupDomain',
7373
get message () {
74-
return ctx.i18n.translate<ILocalesKey>('PICBED_SMMS_BACKUP_DOMAIN')
74+
return ctx.i18n.translate<ILocalesKey>('PICBED_SMMS_MESSAGE_BACKUP_DOMAIN')
7575
},
7676
type: 'input',
7777
get alias () { return ctx.i18n.translate<ILocalesKey>('PICBED_SMMS_BACKUP_DOMAIN') },

0 commit comments

Comments
 (0)