Skip to content

Commit

Permalink
chore: small coding style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Jun 27, 2024
1 parent d0d4015 commit 38ff160
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions languages/en.php
Original file line number Diff line number Diff line change
Expand Up @@ -400,10 +400,10 @@
'group_tools:action:mail:success' => "Message successfully sent",

// group - invite - action
'group_tools:action:invite:error:invite'=> "No users were invited (%s already invited, %s already a member)",
'group_tools:action:invite:error:add'=> "No users were invited (%s already invited, %s already a member)",
'group_tools:action:invite:success:invite'=> "Successfully invited %s users (%s already invited and %s already a member)",
'group_tools:action:invite:success:add'=> "Successfully added %s users (%s already invited and %s already a member)",
'group_tools:action:invite:error:invite' => "No users were invited (%s already invited, %s already a member)",
'group_tools:action:invite:error:add' => "No users were invited (%s already invited, %s already a member)",
'group_tools:action:invite:success:invite' => "Successfully invited %s users (%s already invited and %s already a member)",
'group_tools:action:invite:success:add' => "Successfully added %s users (%s already invited and %s already a member)",

// group - invite - accept e-mail
'group_tools:action:groups:email_invitation:error:code' => "The entered invitation code is no longer valid",
Expand Down

0 comments on commit 38ff160

Please sign in to comment.