mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-24 14:57:16 +08:00
Typo fix in series history.
This commit is contained in:
parent
87a538333e
commit
85be773190
1 changed files with 4 additions and 4 deletions
|
@ -61,19 +61,19 @@
|
||||||
<tr class="selectable">
|
<tr class="selectable">
|
||||||
<td class="collapsing">
|
<td class="collapsing">
|
||||||
%if row[0] == 0:
|
%if row[0] == 0:
|
||||||
<div class="ui inverted basic compact icon" data-tooltip="Subtitles file have been erased." data-inverted="" data-position="top left">
|
<div class="ui inverted basic compact icon" data-tooltip="Subtitles file has been erased." data-inverted="" data-position="top left">
|
||||||
<i class="ui trash icon"></i>
|
<i class="ui trash icon"></i>
|
||||||
</div>
|
</div>
|
||||||
%elif row[0] == 1:
|
%elif row[0] == 1:
|
||||||
<div class="ui inverted basic compact icon" data-tooltip="Subtitles file have been downloaded." data-inverted="" data-position="top left">
|
<div class="ui inverted basic compact icon" data-tooltip="Subtitles file has been downloaded." data-inverted="" data-position="top left">
|
||||||
<i class="ui download icon"></i>
|
<i class="ui download icon"></i>
|
||||||
</div>
|
</div>
|
||||||
%elif row[0] == 2:
|
%elif row[0] == 2:
|
||||||
<div class="ui inverted basic compact icon" data-tooltip="Subtitles file have been manually downloaded." data-inverted="" data-position="top left">
|
<div class="ui inverted basic compact icon" data-tooltip="Subtitles file has been manually downloaded." data-inverted="" data-position="top left">
|
||||||
<i class="ui user icon"></i>
|
<i class="ui user icon"></i>
|
||||||
</div>
|
</div>
|
||||||
%elif row[0] == 3:
|
%elif row[0] == 3:
|
||||||
<div class="ui inverted basic compact icon" data-tooltip="Subtitles file have been upgraded." data-inverted="" data-position="top left">
|
<div class="ui inverted basic compact icon" data-tooltip="Subtitles file has been upgraded." data-inverted="" data-position="top left">
|
||||||
<i class="ui recycle icon"></i>
|
<i class="ui recycle icon"></i>
|
||||||
</div>
|
</div>
|
||||||
%end
|
%end
|
||||||
|
|
Loading…
Reference in a new issue