Skip to content

Commit d0930ef

Browse files
committed
Merge pull request #196 from nicolaiskogheim/patch-1
Add missing comma in lang/en/fields.php
2 parents 81edb23 + bc250cd commit d0930ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lang/en/fields.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
'successfullEditProfile' => 'Your profile is edited successfully.',
4242
'permissionHelp' => 'Permissions work with urls, in order to using for ** http://Serverfire.net/panel/url/access ** , Url field should be : urlaccess .',
4343
'roleHelp' => 'Role can have many permission.',
44-
'links_help' => "The 'Edit Links' form is used for adding a link in the sidebar menu of panel. The value of 'Display' field specifies the label of the link to be displayed in the menu and the value of 'Link' field specifies the name of the model."
44+
'links_help' => "The 'Edit Links' form is used for adding a link in the sidebar menu of panel. The value of 'Display' field specifies the label of the link to be displayed in the menu and the value of 'Link' field specifies the name of the model.",
4545
'dataSavedSuccessfull' => 'Awesome!, data saved, to save again with new data click on save.',
4646

4747

0 commit comments

Comments
 (0)