Skip to content

Commit

Permalink
Fix wrong keywords in txt['profile_error_signature_max_length'] and $…
Browse files Browse the repository at this point in the history
…txt['profile_error_signature_max_lines']

Signed-off-by: Bugo <[email protected]>
  • Loading branch information
dragomano committed Feb 20, 2024
1 parent b9e77cd commit 4c62125
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Languages/en_US/Profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -440,11 +440,11 @@

$txt['profile_error_signature_max_length'] = '{0, plural,
one {Your signature cannot be longer than # character}
one {Your signature cannot be longer than # characters}
other {Your signature cannot be longer than # characters}
}';
$txt['profile_error_signature_max_lines'] = '{0, plural,
one {Your signature cannot span more than # line}
one {Your signature cannot span more than # lines}
other {Your signature cannot span more than # lines}
}';
$txt['profile_error_signature_max_image_size'] = '{0, plural,
one {Images in your signature must be no larger than # pixel {1, plural,
Expand Down

0 comments on commit 4c62125

Please sign in to comment.