Skip to content

Commit

Permalink
chore: update content for onboarding in progress message
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-737 committed May 24, 2024
1 parent c71aa07 commit ab6f65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/slash/Main/hub/browse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ export default class Browse extends Hub {
}
else if (onboardingCompleted === 'in-progress') {
await interaction.update({
content: t({ phrase: 'onboarding.inProgress', locale }, { channel: `${channel}` }),
content: t({ phrase: 'hub.onboarding.inProgress', locale }, { channel: `${channel}` }),
embeds: [],
components: [],
});
Expand Down

0 comments on commit ab6f65b

Please sign in to comment.