Skip to content

Commit

Permalink
Merge pull request #36 from sara-nl/ExplanationUpdate
Browse files Browse the repository at this point in the history
Explanation Update to reduce confusion for account creation
  • Loading branch information
redblom authored Nov 22, 2024
2 parents 5b90a7f + b6e2001 commit 88833b1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion js/invitation.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
close: function () {
window.INVITATION.closeInvitationForm();
},
title: t('collaboration', 'Create Invitation')
title: t('collaboration', 'Create invitation to exchange cloud ID')
});
}
} else {
Expand Down
2 changes: 1 addition & 1 deletion l10n/en.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions l10n/nl.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion l10n/nl.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"translations": {
"Create invitation": "Nieuwe Uitnodiging",
"Exchange cloud ID": "Cloud ID uitwisselen",
"Recipient email": "Email ontvanger",
"Recipient name": "Naam ontvanger",
"Invitation to": "Uitnodiging naar",
Expand Down
2 changes: 1 addition & 1 deletion templates/invitation.index.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="pure-u-1-1 create">
<div class="pure-g">
<div class="pure-u-1-8">
<button id="open-invitation-form" type="submit" class="pure-button pure-button-primary"><?php p($l->t('Create invitation')); ?></button>
<button id="open-invitation-form" type="submit" class="pure-button pure-button-primary"><?php p($l->t('Exchange cloud ID')); ?></button>
</div>
<div class="pure-u-7-8">
<span class="information">
Expand Down

0 comments on commit 88833b1

Please sign in to comment.