diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-10-17 16:42:18 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-10-17 16:49:02 +0200 |
commit | 9590ad0bd020d53d5e42489cdc9a44ce169b8a9f (patch) | |
tree | b6cc50233b2b069e77dfda72bc60551dcfecab91 /main.js | |
parent | bac5a58a46b27e64d12eb562b6d91726bbe3e288 (diff) |
Improve tooltip text for information button.
Diffstat (limited to 'main.js')
-rw-r--r-- | main.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -459,7 +459,7 @@ const decodeEmailAddress = function(element) { div.appendChild(btn); btn.type = 'button'; btn.setAttribute('aria-expanded', 'false'); - btn.title = 'Visa information'; + btn.title = 'Källor och licensinformation'; btn.setAttribute('aria-label', btn.title); btn.classList.add('btn', 'btn-light'); |