diff options
Diffstat (limited to 'module/webui/themes/flat/tml/window.html')
-rw-r--r-- | module/webui/themes/flat/tml/window.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/webui/themes/flat/tml/window.html b/module/webui/themes/flat/tml/window.html index 96afe4146..8f57843c6 100644 --- a/module/webui/themes/flat/tml/window.html +++ b/module/webui/themes/flat/tml/window.html @@ -12,7 +12,7 @@ <label for="add_links">{{_("Links")}} <span class="small">{{_("Paste your links here or any text and press the filter button.")}}</span> <span class="small"> {{ _("Filter urls") }} -<img alt="URIParsing" Title="Parse Uri" src="/flat/img/parseUri.png" style="cursor:pointer; vertical-align: text-bottom;" onclick="parseUri()"/> +<img alt="URIParsing" Title="Parse Uri" src="/flat/img/default/parseUri.png" style="cursor:pointer; vertical-align: text-bottom;" onclick="parseUri()"/> </span> </label> |