Skip to content

Commit

Permalink
l10n(fr,en): Change the wording for the submit btn
Browse files Browse the repository at this point in the history
I replaced the wording "Add users" with "Add".

Signed-off-by: Baptiste Fotia <[email protected]>
  • Loading branch information
zak39 committed Nov 29, 2023
1 parent 2209a40 commit 3a70137
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion l10n/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ OC.L10N.register(
{
'Workspace': 'Espace de travail',
'Are you sure you want to delete the {space} workspace ?': 'Êtes vous sûr de vouloir supprimer l\'espace de travail {space} ?',
'Add users': 'Ajouter un utilisateur',
'Add': 'Ajouter',
'All spaces': 'Tous les espaces de travail',
'Administrators': 'Gestionnaires généraux',
'admin': "Gestionnaire d'espace",
Expand Down
2 changes: 1 addition & 1 deletion l10n/fr.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ "translations": {
"Workspace": "Espace de travail",
"Are you sure you want to delete the {space} workspace ?": "Êtes vous sûr de vouloir supprimer l'espace de travail {space} ?",
"Add users": "Ajouter des utilisateurs",
"Add": "Ajouter",
"All spaces": "Tous les espaces de travail",
"Administrators" : "Gestionnaires généraux",
"admin" : "Gestionnaire d'espace",
Expand Down
13 changes: 7 additions & 6 deletions src/SelectUsers.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@
<div class="buttons-groups">
<NcButton
@click="addUsersToWorkspaceOrGroup()">
{{ t('workspace', 'Add users') }}
{{ t('workspace', 'Add') }}
</NcButton>
<NcActions>
<NcActions placement="right">
<NcActionButton @click="uploadNewFile()">
<template #icon>
<Upload :size="20" />
Expand Down Expand Up @@ -354,7 +354,8 @@ export default {
.caution {
color: red;
margin: 5px;
width: 90%;
width: 80%;
text-align: justify;
}

.icon-member {
Expand All @@ -374,7 +375,8 @@ export default {
}

.modal-container {
max-height: 660px !important;
display: flex !important;
height: 660px !important;
}

.multiselect__tags {
Expand Down Expand Up @@ -403,12 +405,11 @@ export default {

.select-users-input {
width: 80%;
margin-bottom: 22px !important;
}

.select-users-list {
flex-grow: 1;
margin-top: 5px;
margin: 25px 0;
border-style: solid;
border-width: 1px;
border-color: transparent;
Expand Down

0 comments on commit 3a70137

Please sign in to comment.