Skip to content

Commit 091f122

Browse files
authored
Update cruds.php
Fix an error in the file
1 parent 77c093e commit 091f122

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/lang/en/cruds.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@
208208
'attributes_helper' => 'List of tags (#... #... #...)',
209209
'input' => 'Input',
210210
'input_helper' => 'The input elements',
211-
'mode' => 'Model',
212-
'mode_helper' => 'The computation model',
211+
'model' => 'Model',
212+
'model_helper' => 'The computation model',
213213
'indicator' => 'Indicator',
214214
'indicator_helper' => 'Green if..., Orange if..., Red if...',
215215
'action' => 'Action plan',

0 commit comments

Comments
 (0)