Skip to content

Commit

Permalink
Better field names?
Browse files Browse the repository at this point in the history
  • Loading branch information
nanaya committed Feb 14, 2025
1 parent 3155d97 commit 1b59ada
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/lang/en/teams.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
'submit' => 'Create Team',

'form' => [
'name' => 'Team Name',
'name_help' => 'Your team name. No changey',
'short_name' => 'Team Initials',
'name' => 'Name',
'name_help' => 'Your team name. The name is permanent at the moment.',
'short_name' => 'Initials',
'short_name_help' => 'Maximum 4 characters.',
'title' => "Let's set up a new team",
],
Expand Down

0 comments on commit 1b59ada

Please sign in to comment.