Skip to content

Commit

Permalink
🐛 Fix: sm.ms backupDomain message text
Browse files Browse the repository at this point in the history
  • Loading branch information
Molunerfinn committed Aug 27, 2022
1 parent ba68719 commit 45424d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/uploader/smms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const config = (ctx: IPicGo): IPluginConfig[] => {
{
name: 'backupDomain',
get message () {
return ctx.i18n.translate<ILocalesKey>('PICBED_SMMS_BACKUP_DOMAIN')
return ctx.i18n.translate<ILocalesKey>('PICBED_SMMS_MESSAGE_BACKUP_DOMAIN')
},
type: 'input',
get alias () { return ctx.i18n.translate<ILocalesKey>('PICBED_SMMS_BACKUP_DOMAIN') },
Expand Down

0 comments on commit 45424d1

Please sign in to comment.