Skip to content

Commit 5776f23

Browse files
committed
WIP for missing locale keys
1 parent 1f38a03 commit 5776f23

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

client/src/locale/en.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ const en = {
179179
},
180180
tabs: {
181181
users: "Users",
182-
organisations: "Organisations",
183-
organisationPendingApproval: "Approve organisations",
182+
organizations: "Organisations",
183+
organizationPendingApproval: "Approve organisations",
184184
team: "Users",
185185
joins: "Join Requests",
186186
invitations: "Invitations",

client/src/locale/nl.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ const nl = {
179179
},
180180
tabs: {
181181
users: "Users",
182-
organisations: "Organisations",
183-
organisationPendingApproval: "Approve organisations",
182+
organizations: "Organisations",
183+
organizationPendingApproval: "Approve organisations",
184184
team: "Users",
185185
joins: "Join Requests",
186186
invitations: "Invitations",

0 commit comments

Comments
 (0)