Skip to content

Commit eee955e

Browse files
committed
fix: Localization
1 parent c93ab16 commit eee955e

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

resources/lang/en/resources/field-group.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,8 @@
2828
],
2929
],
3030

31-
'details' => [
32-
'fields' => [
33-
'heading' => 'Fields',
34-
],
35-
'section' => [
31+
'sections' => [
32+
'details' => [
3633
'heading' => 'Details',
3734
],
3835
],

resources/lang/zh_TW/resources/field-group.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,8 @@
2828
],
2929
],
3030

31-
'details' => [
32-
'fields' => [
33-
'heading' => '欄位',
34-
],
35-
'section' => [
31+
'sections' => [
32+
'details' => [
3633
'heading' => '詳細資料',
3734
],
3835
],

0 commit comments

Comments
 (0)