Skip to content

Commit 028630a

Browse files
committed
Fix string when setting embed timestamp
1 parent 7c0d872 commit 028630a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/prompts/embed/setProperty.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function setPropertyVisual (data) {
3737
const thisPropertyKey = properties[0]
3838
const thisPropertyName = prettyNames.get(thisPropertyKey)
3939
if (thisPropertyKey === 'timestamp') {
40-
return new MessageVisual(('commands.embed.settingPropertyTimestamp'))
40+
return new MessageVisual(translate('commands.embed.settingPropertyTimestamp'))
4141
} else {
4242
return new MessageVisual(translate('commands.embed.settingProperty', {
4343
property: thisPropertyName

0 commit comments

Comments
 (0)