Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: remove exclamation point from translations #14

Merged
merged 1 commit into from
Nov 5, 2024
Merged
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
8 changes: 4 additions & 4 deletions platforms/web/public/locales/en/account.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
"save": "Save",
"start_watching": "Start watching ({{countdown}})",
"total_price": "Total",
"upgrade_error": "Failed to update subscription!",
"upgrade_error": "Failed to update subscription",
"upgrade_error_message": "Due to an unknown error the update has failed. Please contact an administrator.",
"upgrade_pending": "Subscription updated!",
"upgrade_pending": "Subscription updated",
"upgrade_pending_message": "Your subscription will be updated after the next billing date.",
"upgrade_success": "Subscription updated!",
"upgrade_success": "Subscription updated",
"upgrade_success_message": "Your subscription is updated and can be used immediately.",
"waiting_for_payment": "Waiting for payment",
"welcome_description": "Thank you for subscribing to {{siteName}}. Please enjoy all our content.",
Expand Down Expand Up @@ -170,7 +170,7 @@
"renew_subscription": "Renew subscription",
"renew_your_subscription": "Renew your subscription",
"success": "Your subscription has been renewed",
"unknown_error_occurred": "An unknown error occurred!"
"unknown_error_occurred": "An unknown error occurred"
},
"reset": {
"back_login": "Back to login",
Expand Down
6 changes: 3 additions & 3 deletions platforms/web/public/locales/en/user.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"edit_password": "Edit password",
"email": "Email",
"errors": {
"email_exists": "Email already exists!",
"email_exists": "Email already exists",
"email_update_not_supported": "Email update not supported",
"first_name_too_long": "Please limit First Name to 50 characters or fewer.",
"invalid_param_email": "Invalid email address!",
"invalid_password": "Password incorrect!",
"invalid_param_email": "Invalid email address",
"invalid_password": "Password incorrect",
"last_name_too_long": "Please limit Last Name to 50 characters or fewer.",
"please_enter_valid_email": "Please enter a valid email address.",
"unknown_error": "An unknown error occurred",
Expand Down
4 changes: 2 additions & 2 deletions platforms/web/public/locales/en/video.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"all_seasons": "All seasons",
"buy": "Buy",
"buy_to_start_watching": "Buy to start watching!",
"buy_to_start_watching": "Buy to start watching",
"complete_your_subscription": "Complete your subscription",
"continue_watching": "Continue watching",
"copied_url": "Copied url",
Expand All @@ -24,7 +24,7 @@
"series_error": "An error occurred while requesting series",
"share": "Share",
"share_video": "Share this video",
"sign_up_to_start_watching": "Sign up to start watching!",
"sign_up_to_start_watching": "Sign up to start watching",
"start_watching": "Start watching",
"total_episodes_one": "{{count}} episode",
"total_episodes_other": "{{count}} episodes",
Expand Down
Loading