-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(styling): Improve the styling of user list
- Loading branch information
David Code Howard
committed
Oct 12, 2023
1 parent
ff27075
commit 4dd0951
Showing
2 changed files
with
16 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -119,7 +119,8 @@ | |
} | ||
}, | ||
"team": { | ||
"add": "Add team members" | ||
"add": "Add team members", | ||
"leave_project": "LEAVE PROJECT" | ||
}, | ||
"edit": { | ||
"inputHeader": "General Project Settings" | ||
|
@@ -192,7 +193,12 @@ | |
"details": "Details", | ||
"apply": "Apply", | ||
"example_email": "[email protected]", | ||
"profile_image_alt": "Profile image" | ||
"profile_image_alt": "Profile image", | ||
"role": { | ||
"viewer": "Viewer", | ||
"contributor": "Contributor", | ||
"manager": "Manager" | ||
} | ||
}, | ||
"screens": { | ||
"HOME": "LandPKS", | ||
|