Skip to content

Commit 952b32b

Browse files
fix eslint
1 parent 5e3c4c4 commit 952b32b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/languages/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1310,7 +1310,7 @@ const translations = {
13101310
movedToPersonalSpace: 'moved expense to personal space',
13111311
tagSelection: ({policyTagListName}: TagSelectionParams = {}) => {
13121312
const article = policyTagListName && StringUtils.startsWithVowel(policyTagListName) ? 'an' : 'a';
1313-
const tag = policyTagListName || 'tag';
1313+
const tag = policyTagListName ?? 'tag';
13141314
return `Select ${article} ${tag} to better organize your spend.`;
13151315
},
13161316
categorySelection: 'Select a category to better organize your spend.',

0 commit comments

Comments
 (0)