aboutsummaryrefslogtreecommitdiff
path: root/src/app/browser.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/browser.js')
-rw-r--r--src/app/browser.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/browser.js b/src/app/browser.js
index 8af6afe..eb18fe5 100644
--- a/src/app/browser.js
+++ b/src/app/browser.js
@@ -61,7 +61,7 @@ function BrowserEl(properties) {
</div>
<div class="text">
<div class="title">${properties.title}</div>
- <div class="description">${properties.description} - by ${properties.author}</div>
+ <div class="description">${properties.description} - ${lang("gui.browser.madeby")} ${properties.author}</div>
<button>Install</button>
<button>Info</button>
</div>