mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
Fix i18n issue
This commit is contained in:
parent
d4c606760c
commit
2cf21a7bea
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ export default Component.extend(Notifier, ModalMixin, {
|
||||||
|
|
||||||
let clip = new ClipboardJS('#page-copy-link-' + pageId, {
|
let clip = new ClipboardJS('#page-copy-link-' + pageId, {
|
||||||
text: function() {
|
text: function() {
|
||||||
self.notifySuccess(this.i18n.localize('copied'));
|
self.notifySuccess(self.i18n.localize('copied'));
|
||||||
return url;
|
return url;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue