diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-06-04 16:16:17 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-06-04 16:16:17 +0300 |
commit | 4d0c773cf63a5a7040a8762a72741adb56723280 (patch) | |
tree | 15799e634d6cac6d51b91201d31395125f2bbd29 /src/pages/options/index.html | |
parent | Merge branch 'master' of https://github.com/libredirect/libredirect (diff) | |
download | libredirect-4d0c773cf63a5a7040a8762a72741adb56723280.zip |
Unify Settings on Import #285
Diffstat (limited to 'src/pages/options/index.html')
-rw-r--r-- | src/pages/options/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pages/options/index.html b/src/pages/options/index.html index f4837998..afd0b0dc 100644 --- a/src/pages/options/index.html +++ b/src/pages/options/index.html @@ -95,7 +95,8 @@ <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="currentColor"> <path d="M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"></path> </svg> - <x data-localise="__MSG_updateInstances__">Update Instances</x></a> + <x data-localise="__MSG_updateInstances__">Update Instances</x></a> </div> + <div class="buttons buttons-inline"> <label class="button button-inline" id="import_settings_text" for="import-settings"> <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="currentColor"> <path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"></path> |