License:
@@ -1022,8 +1032,8 @@
>
- Build date:
-
+ Release date:
+
Commit:
diff --git a/src/popup/views/settings.js b/src/popup/views/settings.js
index cc36a85..db5b824 100644
--- a/src/popup/views/settings.js
+++ b/src/popup/views/settings.js
@@ -160,7 +160,7 @@ function show() {
const authorName = BUILD_AUTHOR.replace(/\s*<[^>]+>/, "");
$("about-author").textContent = authorName;
$("about-version").textContent = BUILD_VERSION;
- $("about-build-date").textContent = BUILD_DATE;
+ $("about-release-date").textContent = BUILD_DATE;
$("about-commit-link").textContent = BUILD_COMMIT;
$("about-commit-link").href = GITEA_COMMIT_URL;