Skip to content

Commit

Permalink
Fix translation placement for "Show my created apps only"
Browse files Browse the repository at this point in the history
  • Loading branch information
miya committed Dec 23, 2024
1 parent 28920e2 commit b045b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/i18n/en-US/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ const translation = {
removeConfirmTitle: 'Remove {{key}} configuration?',
removeConfirmContent: 'The current configuration is in use, removing it will turn off the Tracing feature.',
},
showMyCreatedAppsOnly: 'Show my created apps only',
},
showMyCreatedAppsOnly: 'Show my created apps only',
}

export default translation

0 comments on commit b045b16

Please sign in to comment.