Skip to content

Commit

Permalink
PR comment update
Browse files Browse the repository at this point in the history
Signed-off-by: Kial Jinnah <[email protected]>
  • Loading branch information
kialj876 committed Nov 29, 2024
1 parent 75b6a23 commit 3439a91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions strr-base-web/app/locales/en-CA.ts
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ export default {
hint: 'Example: William Smith may prefer to go by Bill Smith to their acquaintances'
},
sameAsBusMailing: 'Same as the business mailing address',
showMoreOptions: 'show more options',
streetHint: 'Street address, PO box, rural route, or general delivery address',
noAccountsFound: 'No accounts found, please click below to get started with an account.'
},
Expand Down
2 changes: 1 addition & 1 deletion strr-host-pm-web/app/components/summary/Owners.vue
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ const getPhoneNumber = (phone: ConnectPhone) => {
<UPopover :popper="{ placement: 'bottom-end' }">
<UButton
icon="i-mdi-menu-down"
aria-label="show more options"
:aria-label="$t('text.showMoreOptions')"
variant="link"
:disabled="expand.openedRows.length || disableActions"
/>
Expand Down

0 comments on commit 3439a91

Please sign in to comment.