Skip to content

Commit

Permalink
refactor(auth): accessAnonymous label, change for public access (#1628)
Browse files Browse the repository at this point in the history
Co-authored-by: karengeo <[email protected]>
  • Loading branch information
MSPKarengeo and karengeo authored Feb 7, 2024
1 parent 748099a commit 977206e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/auth/src/locale/en.auth.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"igo": {
"auth": {
"accessAnonymous": "Access as anonymous",
"accessAnonymous": "Public access",
"connection": "Connection",
"login": "Login",
"password": "Password",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/src/locale/fr.auth.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"igo": {
"auth": {
"accessAnonymous": "Rester anonyme",
"accessAnonymous": "Accès public",
"connection": "Connexion",
"login": "Connecter",
"password": "Mot de passe",
Expand Down

0 comments on commit 977206e

Please sign in to comment.