Skip to content

Commit

Permalink
Tweak invite helper popup
Browse files Browse the repository at this point in the history
  • Loading branch information
ilestis committed Jun 12, 2024
1 parent d4f9465 commit 15015c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lang/en/campaigns.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,7 @@
],
'invite' => [
'description' => 'Invite friends and players to the campaign by creating an invitation link and sending them the generated URL! Upon accepting their invitation, they will be added as a member in the invitation\'s requested role.',
'more' => 'You can add more roles on the :link.',
'roles_page' => 'Roles page',
'more' => 'More roles can be created on the :link page.',
'title' => 'Invites',
],
'manage_roles' => 'Manage user roles',
Expand Down
2 changes: 1 addition & 1 deletion resources/views/campaigns/members/_invites.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
__('campaigns.members.invite.more', [
'link' =>
'<a href="' . route('campaign_roles.index', $campaign) . '">'
. __('campaigns.members.invite.roles_page') . '</a>'
. __('campaigns.show.tabs.roles') . '</a>'
])
]
])
Expand Down

0 comments on commit 15015c1

Please sign in to comment.