Skip to content

Commit

Permalink
Merge pull request Expensify#37123 from burczu/bugfix/37096-translati…
Browse files Browse the repository at this point in the history
…on-and-subtitle-color

Expensify#37096 translation and subtitle color
  • Loading branch information
luacmartins authored Feb 23, 2024
2 parents a0dd342 + 85dc2f6 commit 3f0adbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export default {
iAcceptThe: 'Acepto los ',
remove: 'Eliminar',
admin: 'Administrador',
owner: 'Poseedor',
owner: 'Dueño',
dateFormat: 'AAAA-MM-DD',
send: 'Enviar',
notifications: 'Notificaciones',
Expand Down
2 changes: 1 addition & 1 deletion src/pages/workspace/WorkspaceMembersPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ function WorkspaceMembersPage({policyMembers, personalDetails, route, policy, se

const getHeaderContent = () => (
<>
<Text style={[styles.pl5, styles.mb5, styles.mt3]}>{translate('workspace.people.membersListTitle')}</Text>
<Text style={[styles.pl5, styles.mb5, styles.mt3, styles.textSupporting]}>{translate('workspace.people.membersListTitle')}</Text>
{!isEmptyObject(invitedPrimaryToSecondaryLogins) && (
<MessagesRow
type="success"
Expand Down

0 comments on commit 3f0adbe

Please sign in to comment.