Skip to content

Commit

Permalink
Merge pull request #42495 from Expensify/hayata-update-UI-texts-on-ta…
Browse files Browse the repository at this point in the history
…gs-screen

Update UI text
  • Loading branch information
stitesExpensify authored May 27, 2024
2 parents 406e7bf + 6aa97d1 commit 563f8c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To require workspace members to add tags and/or categories to their expenses,
3. Select a workspace.
4. Click **Tags** or **Categories** in the left menu.
5. Click **Settings** at the top right of the page.
6. Enable the “Members must tag/categorize all spend” toggle.
6. Enable the “Members must tag/categorize all expenses" toggle.
7. If desired, repeat steps 4-6 for tags or categories (whichever you haven’t done yet).
{% include end-option.html %}

Expand All @@ -24,7 +24,7 @@ To require workspace members to add tags and/or categories to their expenses,
3. Select a workspace.
4. Tap **Tags** or **Categories**.
5. Tap **Settings** at the top right of the page.
6. Enable the “Members must tag/categorize all spend” toggle.
6. Enable the “Members must tag/categorize all expenses" toggle.
7. If desired, repeat steps 4-6 for tags or categories (whichever you haven’t done yet).
{% include end-option.html %}

Expand Down
2 changes: 1 addition & 1 deletion src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2191,7 +2191,7 @@ export default {
},
tags: {
tagName: 'Tag name',
requiresTag: 'Members must tag all spend',
requiresTag: 'Members must tag all expenses',
customTagName: 'Custom tag name',
enableTag: 'Enable tag',
enableTags: 'Enable tags',
Expand Down

0 comments on commit 563f8c7

Please sign in to comment.