Skip to content

Commit 4290b18

Browse files
authored
Merge pull request #29 from mateof/develop
release: v2.0.7
2 parents 7abf2d8 + 5397a25 commit 4290b18

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

TelegramDownloader/Pages/Config.razor

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<div>
5050
<div class="form-check form-switch">
5151
<InputCheckbox @bind-Value="Model!.ShouldNotify" class="form-check-input" type="checkbox" id="ShouldShowNotifications" />
52-
<label class="form-check-label" for="ShouldShowNotifications">Should show Notifications</label>
52+
<label class="form-check-label" for="ShouldShowNotifications">Show Notifications</label>
5353
</div>
5454

5555

@@ -58,14 +58,14 @@
5858
<div>
5959
<div class="form-check form-switch">
6060
<InputCheckbox @bind-Value="Model!.ShouldShowLogInTerminal" class="form-check-input" type="checkbox" id="ShouldShowLogInTerminal" />
61-
<label class="form-check-label" for="ShouldShowLogInTerminal">Should show log in terminal</label>
61+
<label class="form-check-label" for="ShouldShowLogInTerminal">Show log in terminal</label>
6262
</div>
6363
</div>
6464

6565
<div>
6666
<div class="form-check form-switch">
6767
<InputCheckbox @bind-Value="Model!.ShouldShowCaptionPath" class="form-check-input" type="checkbox" id="CheckHash" />
68-
<label class="form-check-label" for="ShouldShowCaptionPath">Should show caption relative path</label>
68+
<label class="form-check-label" for="ShouldShowCaptionPath">Show relative path in Telegram msg caption</label>
6969
</div>
7070

7171

0 commit comments

Comments
 (0)