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

Explanation Update to reduce confusion for account creation #36

Merged
merged 1 commit into from
Nov 22, 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
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
Loading