We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba68719 commit 45424d1Copy full SHA for 45424d1
src/plugins/uploader/smms.ts
@@ -71,7 +71,7 @@ const config = (ctx: IPicGo): IPluginConfig[] => {
71
{
72
name: 'backupDomain',
73
get message () {
74
- return ctx.i18n.translate<ILocalesKey>('PICBED_SMMS_BACKUP_DOMAIN')
+ return ctx.i18n.translate<ILocalesKey>('PICBED_SMMS_MESSAGE_BACKUP_DOMAIN')
75
},
76
type: 'input',
77
get alias () { return ctx.i18n.translate<ILocalesKey>('PICBED_SMMS_BACKUP_DOMAIN') },
0 commit comments