Skip to content

Commit c925e1d

Browse files
committed
Add missing notifications for document type and content not found
1 parent b01b4f0 commit c925e1d

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

resources/lang/en/notification.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,14 @@
1919
'saved' => [
2020
'title' => 'Saved',
2121
],
22+
23+
'document_type_not_found' => [
24+
'title' => 'Document Type Not Found',
25+
'body' => 'The specified document type does not exist. Please check your configuration.',
26+
],
27+
28+
'content_not_found' => [
29+
'title' => 'Content Not Found',
30+
'body' => 'The specified content does not exist. Please check your configuration.',
31+
],
2232
];

resources/lang/zh_TW/notification.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,13 @@
2020
'title' => '已保存',
2121
],
2222

23+
'document_type_not_found' => [
24+
'title' => '找不到文檔類型',
25+
'body' => '指定的文檔類型不存在。請檢查您的配置。',
26+
],
27+
28+
'content_not_found' => [
29+
'title' => '找不到內容',
30+
'body' => '指定的內容不存在。請檢查您的配置。',
31+
],
2332
];

0 commit comments

Comments
 (0)