You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/lang/en-US/admin/models/general.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
returnarray(
4
4
'about_models_title' => 'About Asset Models',
5
5
'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.',
6
-
'deleted'=> 'This model has been deleted.',
6
+
'deleted' => 'This model has been deleted.',
7
7
'bulk_delete' => 'Bulk Delete Asset Models',
8
8
'bulk_delete_help' => 'Use the checkboxes below to confirm the deletion of the selected asset models. Asset models that have assets associated with them cannot be deleted until the assets are associated with a different model.',
9
9
'bulk_delete_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.',
0 commit comments