1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Prepared text for translation

This commit is contained in:
Frank Kanis
2018-03-22 21:20:13 +01:00
parent 7ab81608e8
commit 3a40f9ebd6
9 changed files with 17 additions and 14 deletions

View File

@@ -650,7 +650,7 @@ class NoteList extends React.Component {
.createNote(storage.key, {
type: firstNote.type,
folder: folder.key,
title: firstNote.title + ' copy',
title: firstNote.title + ' ' + i18n.__('copy'),
content: firstNote.content
})
.then((note) => {