diff --git a/www/common/translations/messages.fr.json b/www/common/translations/messages.fr.json index 4ab431c29..57cfd0c1b 100644 --- a/www/common/translations/messages.fr.json +++ b/www/common/translations/messages.fr.json @@ -452,7 +452,7 @@ "upload_notEnoughSpace": "Il n'y a pas assez d'espace libre dans votre CryptDrive pour ce fichier.", "upload_notEnoughSpaceBrief": "Pas assez d'espace", "upload_tooLarge": "Ce fichier dépasse la taille maximale autorisée pour votre compte.", - "upload_tooLargeBrief": "Le fichier dépasse la limite de {0} Mo", + "upload_tooLargeBrief": "Le fichier dépasse la limite de {0} Mo pour ce drive", "upload_choose": "Choisir un fichier", "upload_pending": "En attente", "upload_cancelled": "Annulé", diff --git a/www/common/translations/messages.json b/www/common/translations/messages.json index df281df7b..9cb8c0528 100644 --- a/www/common/translations/messages.json +++ b/www/common/translations/messages.json @@ -467,7 +467,7 @@ "upload_notEnoughSpace": "There is not enough space for this file in your CryptDrive.", "upload_notEnoughSpaceBrief": "Not enough space", "upload_tooLarge": "This file exceeds the maximum upload size allowed for your account.", - "upload_tooLargeBrief": "File exceeds the {0}MB limit", + "upload_tooLargeBrief": "File exceeds the {0}MB limit for this drive", "upload_choose": "Choose a file", "upload_pending": "Pending", "upload_cancelled": "Cancelled", diff --git a/www/teams/app-team.less b/www/teams/app-team.less index a8f6dc9ec..dab9d9de1 100644 --- a/www/teams/app-team.less +++ b/www/teams/app-team.less @@ -251,7 +251,7 @@ .cp-teams-invite-from-author { display: flex; margin-left: 10px; - .cp-teams-invite-from-avatar { + .cp-teams-invite-from-avatar { .avatar_main(25px); margin: 0px 5px; } @@ -264,7 +264,7 @@ width: 100%; padding: 12px; margin-bottom: 20px; - white-space: pre; + border-radius: @variables_radius; } .cp-teams-invite-password { margin-bottom: 20px;