diff --git a/src/popup/index.html b/src/popup/index.html index 53c9113..a38e901 100644 --- a/src/popup/index.html +++ b/src/popup/index.html @@ -1005,6 +1005,16 @@

About

+

+ AutistMask + — Minimal Ethereum wallet browser extension. +

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;