Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Fix capitalization error for "Create teams" in permissions schemes (#…
Browse files Browse the repository at this point in the history
…2756)

* Fix capitalization error for "Create teams" in permissions schemes

* Fix i18n check failure

* remove line break at the end of the file
  • Loading branch information
jasonblais authored and jespino committed May 14, 2019
1 parent e1580de commit c8eeb73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@
"admin.permissions.permission.create_public_channel.description": "Create new public channels.",
"admin.permissions.permission.create_public_channel.name": "Create Channels",
"admin.permissions.permission.create_team.description": "Create new teams.",
"admin.permissions.permission.create_team.name": "Create teams",
"admin.permissions.permission.create_team.name": "Create Teams",
"admin.permissions.permission.create_user_access_token.description": "Create user access token",
"admin.permissions.permission.create_user_access_token.name": "Create user access token",
"admin.permissions.permission.delete_emojis.description": "Allow users to delete custom emoji that they created.",
Expand Down

0 comments on commit c8eeb73

Please sign in to comment.