Skip to content

Commit c27fc0f

Browse files
committed
update localization for "update route" button
1 parent 7fb9669 commit c27fc0f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

resources/lang/en/buttons.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@
230230
],
231231

232232
'update_content_route' => [
233-
'label' => 'Update route',
234-
'heading' => 'Update route',
233+
'label' => 'URL & Routing',
234+
'heading' => 'URL & Routing',
235235
'messages' => [
236236
'success' => [
237237
'title' => 'Route updated',

resources/lang/zh_TW/buttons.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@
230230
],
231231

232232
'update_content_route' => [
233-
'label' => '更新路由',
234-
'heading' => '更新路由',
233+
'label' => 'URL 與路由',
234+
'heading' => 'URL 與路由',
235235
'messages' => [
236236
'success' => [
237237
'title' => '路由已更新',

0 commit comments

Comments
 (0)