plan tables for fixed billing

language translation fix
This commit is contained in:
Čarodej
2022-03-23 19:16:40 +01:00
parent aa515b5450
commit a608678bb9
11 changed files with 143 additions and 122 deletions

View File

@@ -901,8 +901,8 @@ return [
'active' => 'Active',
'archived' => 'Archived',
'inactive' => 'Inactive',
'total_x_of_x_used' => 'Total ${use} of ${total} Used',
'total_x_of_x_members' => 'Total ${use} of ${total} Members',
'total_x_of_x_used' => 'Total {use} of {total} Used',
'total_x_of_x_members' => 'Total {use} of {total} Members',
'go_back_from_x' => 'Go back from {location}',
'new_team_invitation' => 'New Team Invitation',
'x_invite_to_join_team' => ":name invite you to join into Team Folder.",

View File

@@ -1,7 +1,7 @@
<?php
return [
'version' => '2.0.3',
'version' => '2.0.4',
'is_demo' => env('APP_DEMO', false),