Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Widgets/QuickAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function builder(WidgetEvent $event): void
],
'action_group' => [
'name' => 'nav_group',
'description' => 'accouunt_group_list_title',
'description' => 'account_group_list_title',
'route' => 'admin_group_list',
'icons' => 'group',
'linkClass' => 'btn btn-primary',
Expand Down
6 changes: 3 additions & 3 deletions templates/Admin/Account/listGroup.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
{% extends "Admin/base.html.twig" %}

{# Document #}
{% block head_title %}{{ title('accouunt_group_list_title'|trans) }}{% endblock %}
{% block head_title %}{{ title('account_group_list_title'|trans) }}{% endblock %}

{# Content Title #}
{% block content_head %}
<span class="text">{{ 'accouunt_group_list_title'|trans }}</span>
<span class="desc">{{ 'accouunt_group_list_desc'|trans }}</span>
<span class="text">{{ 'account_group_list_title'|trans }}</span>
<span class="desc">{{ 'account_group_list_desc'|trans }}</span>
{% endblock %}

{# Content Body #}
Expand Down
4 changes: 2 additions & 2 deletions translations/messages.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ account_groups: Groups
account_roles_title: Private Authorization

nav_group: Groups
accouunt_group_list_title: User Groups
accouunt_group_list_desc: Members groups
account_group_list_title: User Groups
account_group_list_desc: Members groups
group_name: Group Name
group_roles: Authorities
account_group_edit_title: Edit Group
Expand Down
4 changes: 2 additions & 2 deletions translations/messages.tr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ account_groups: Gruplar
account_roles_title: Özel Yetkilendirme

nav_group: Gruplar
accouunt_group_list_title: Kullanıcı Grupları
accouunt_group_list_desc: Üyelerin katıldığı gruplar
account_group_list_title: Kullanıcı Grupları
account_group_list_desc: Üyelerin katıldığı gruplar
group_name: Grup Adı
group_roles: Yetkiler
account_group_edit_title: Grup Düzenle
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7117,9 +7117,9 @@ websocket-driver@>=0.5.1:
websocket-extensions ">=0.1.1"

websocket-extensions@>=0.1.1:
version "0.1.3"
resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.3.tgz#5d2ff22977003ec687a4b87073dfbbac146ccf29"
integrity sha512-nqHUnMXmBzT0w570r2JpJxfiSD1IzoI+HGVdd3aZ0yNi3ngvQ4jv1dtHt5VGxfI2yj5yqImPhOK4vmIh2xMbGg==
version "0.1.4"
resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz#7f8473bc839dfd87608adb95d7eb075211578a42"
integrity sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==

which-module@^1.0.0:
version "1.0.0"
Expand Down