Skip to content

Commit ecbab47

Browse files
committed
UI cleanup
1 parent 606b49c commit ecbab47

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lang/en/campaigns.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
],
203203
'roles' => [
204204
'actions' => [
205-
'add' => 'Create role',
205+
'add' => 'New role',
206206
'duplicate' => 'Duplicate role',
207207
'permissions' => 'Manage permissions',
208208
'rename' => 'Rename role',

lang/en/campaigns/default-images.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
'call-to-action' => 'Upload a custom thumbnail for all the characters, locations, or other entities of the campaign. These images are then shown on various lists.',
99
'create' => [
1010
'error' => 'Error saving the new default entity thumbnails. Is :type already set?',
11-
'helper' => 'Upload an image that will be used as the default thumbnail for entities of this type.',
11+
'helper' => 'Upload an image that will be used as the default thumbnail for entities of the selected entity type.',
1212
'success' => 'New thumbnail for :type created.',
1313
'title' => 'New default thumbnail',
1414
],

resources/views/campaigns/roles/create.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
@include('partials.forms._dialog', [
1616
'title' => __('campaigns.roles.create.title'),
1717
'content' => 'campaigns.roles._form',
18-
'save' => __('campaigns.roles.actions.add'),
18+
'submit' => __('crud.create'),
1919
'model' => null,
2020
])
2121

0 commit comments

Comments
 (0)