Slightly changed hover information

Now it's more in line with the toplevel indicator message.
This commit is contained in:
Alex Heller
2023-05-08 00:11:09 +02:00
parent 16b5281d13
commit 47a19f1f83
+1 -1
View File
@@ -289,7 +289,7 @@ function markIfModified(setting_name, value) {
let is_new_value = JSON.stringify(value) != previous_value_json
elem.disabled = !is_new_value
if (is_new_value) {
elem.title = `Changed from previous value: ${previous_value_json}`
elem.title = `Click to revert to previous value: ${previous_value_json}`
}
// Get parent tab element