Skip to content

Commit 0830c9b

Browse files
committed
chore: add basic lang string for english
1 parent 6ffedb8 commit 0830c9b

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

resources/lang/en/model_validation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@
135135
'invalid_characters' => 'This :attribute contains invalid characters.',
136136
'used' => 'This :attribute choice is already used.',
137137
'word_not_allowed' => 'This :attribute choice is not allowed.',
138+
'cooldown' => 'This :attribute can only be changed once every 7 days. You can change it in :days days.',
138139

139140
'attributes' => [
140141
'default_ruleset_id' => 'Default ruleset',

resources/lang/en/teams.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@
6767
'flag_help' => 'Maximum size of :width×:height',
6868
'header_help' => 'Maximum size of :width×:height',
6969
'title' => 'Team Settings',
70+
'rename_cooldown' => 'You can change the team\'s name and tag once every 7 days',
71+
'rename_cooldown_active' => 'You can change the team\'s name and tag once every 7 days. :days days remaining.',
7072

7173
'application_state' => [
7274
'state_0' => 'Closed',

0 commit comments

Comments
 (0)