diff options
Diffstat (limited to 'composer.js')
-rw-r--r-- | composer.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/composer.js b/composer.js index c7773d4..71960e4 100644 --- a/composer.js +++ b/composer.js @@ -8,7 +8,7 @@ function composer (keys, reply, gotName, edit) { } else if (gotName) { var textarea = h('textarea', ['[' + gotName.textContent + '](' + reply.author + ')']) } else { - var textarea = h('textarea', {placeholder: 'Write a new bog post...'}) + var textarea = h('textarea', {placeholder: 'Verki novan afiŝon...'}) } var publisher = h('div', [ @@ -45,7 +45,7 @@ function composer (keys, reply, gotName, edit) { messageDiv.removeChild(messageDiv.firstChild) messageDiv.appendChild(cache) } - }, ['Cancel'])) + }, ['Nuligi'])) preview.firstChild.appendChild(h('button', { onclick: function () { publish(content, keys).then(post => { @@ -74,12 +74,12 @@ function composer (keys, reply, gotName, edit) { }) }) } - }, ['Publish'])) + }, ['Publikigi'])) }) }) } } - }, ['Preview']) + }, ['Antaŭvidi']) ]) message.appendChild(publisher) |