Remove extra space before comma (#2940)

This commit is contained in:
Vishnu Mohandas 2024-08-26 15:49:13 +05:30 committed by GitHub
commit 4a6942f604
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -168,8 +168,8 @@
"storage_quota_exceeded": "Storage limit exceeded",
"SUBSCRIPTION_PURCHASE_SUCCESS": "<p>We've received your payment</p><p>Your subscription is valid till <strong>{{date, date}}</strong></p>",
"SUBSCRIPTION_PURCHASE_CANCELLED": "Your purchase was canceled, please try again if you want to subscribe",
"SUBSCRIPTION_PURCHASE_FAILED": "Subscription purchase failed , please try again",
"SUBSCRIPTION_UPDATE_FAILED": "Subscription updated failed , please try again",
"SUBSCRIPTION_PURCHASE_FAILED": "Subscription purchase failed, please try again",
"SUBSCRIPTION_UPDATE_FAILED": "Subscription updated failed, please try again",
"UPDATE_PAYMENT_METHOD_MESSAGE": "We are sorry, payment failed when we tried to charge your card, please update your payment method and try again",
"STRIPE_AUTHENTICATION_FAILED": "We are unable to authenticate your payment method. please choose a different payment method and try again",
"UPDATE_PAYMENT_METHOD": "Update payment method",
@ -207,7 +207,7 @@
"SHARING_BAD_REQUEST_ERROR": "Sharing album not allowed",
"SHARING_DISABLED_FOR_FREE_ACCOUNTS": "Sharing is disabled for free accounts",
"DOWNLOAD_COLLECTION": "Download album",
"CREATE_ALBUM_FAILED": "Failed to create album , please try again",
"CREATE_ALBUM_FAILED": "Failed to create album, please try again",
"SEARCH": "Search",
"SEARCH_RESULTS": "Search results",
"NO_RESULTS": "No results found",

View File

@ -207,7 +207,7 @@
"SHARING_BAD_REQUEST_ERROR": "Partage d'album non autorisé",
"SHARING_DISABLED_FOR_FREE_ACCOUNTS": "Le partage est désactivé pour les comptes gratuits",
"DOWNLOAD_COLLECTION": "Télécharger l'album",
"CREATE_ALBUM_FAILED": "Échec de création de l'album , veuillez réessayer",
"CREATE_ALBUM_FAILED": "Échec de création de l'album, veuillez réessayer",
"SEARCH": "Recherche",
"SEARCH_RESULTS": "Résultats de la recherche",
"NO_RESULTS": "Aucun résultat trouvé",