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 5e3c4c4 commit 952b32bCopy full SHA for 952b32b
1 file changed
src/languages/en.ts
@@ -1310,7 +1310,7 @@ const translations = {
1310
movedToPersonalSpace: 'moved expense to personal space',
1311
tagSelection: ({policyTagListName}: TagSelectionParams = {}) => {
1312
const article = policyTagListName && StringUtils.startsWithVowel(policyTagListName) ? 'an' : 'a';
1313
- const tag = policyTagListName || 'tag';
+ const tag = policyTagListName ?? 'tag';
1314
return `Select ${article} ${tag} to better organize your spend.`;
1315
},
1316
categorySelection: 'Select a category to better organize your spend.',
0 commit comments