From 1556adab313c7eec97a7738876acdbc0d058a755 Mon Sep 17 00:00:00 2001 From: Joop Kiefte Date: Sat, 1 Feb 2020 05:10:39 +0100 Subject: Add settings translations --- views.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'views.js') diff --git a/views.js b/views.js index e6ea28e..275788e 100644 --- a/views.js +++ b/views.js @@ -112,7 +112,7 @@ function profilePage (src, keys) { regenerate(home) }) } - }, ['Delete ' + name + '\'s feed'])) + }, ['Forviŝi la fluon de ' + name])) if (src != keys.publicKey) { localforage.getItem('subscriptions').then(function (subs) { @@ -122,14 +122,14 @@ function profilePage (src, keys) { subs = subs.filter(a => a !== src) localforage.setItem('subscriptions', subs).then(function () { location.hash = '' }) } - }, ['Unsubscribe from ' + name])) + }, ['Malaliĝi de ' + name])) } else { profile.appendChild(h('button', { onclick: function () { subs.push(src) localforage.setItem('subscriptions', subs).then(function () { location.hash = '' }) } - }, ['Subscribe to ' + name])) + }, ['Aliĝi al ' + name])) } profile.appendChild(identify(src, profile, keys)) }) -- cgit v1.2.3-70-g09d2