Skip to content

Commit

Permalink
FIX: Typos
Browse files Browse the repository at this point in the history
- #5
  • Loading branch information
aljawaid committed Feb 5, 2023
1 parent fa5a701 commit 5914993
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Features

**Reset Password Email**
- Show application name and copyright
- [KanboardEmailHistory](https://github.com/aljawaid/KanboardEmailHistory) COmpatibility:
- [KanboardEmailHistory](https://github.com/aljawaid/KanboardEmailHistory) Compatibility:
- The footer of the email shows the new application name and copyright year(s)

**Change Password Page**
Expand Down
2 changes: 1 addition & 1 deletion Template/auth/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<?= $this->hook->render('template:auth:login-form:after') ?>

<?php if ($_SERVER["REMOTE_ADDR"] == '127.0.0.1'): ?>
<kbd class="user-remote-ip"><?= t('Your IP:') ?> <i><abbr title="127.0.0.1">localhost</abbr></i> ?></kbd>
<kbd class="user-remote-ip"><?= t('Your IP:') ?> <i><abbr title="127.0.0.1">localhost</abbr></i></kbd>
<?php else: ?>
<kbd class="user-remote-ip"><?= t('Your IP:') ?> <?= $_SERVER["REMOTE_ADDR"]; ?></kbd>
<?php endif ?>
Expand Down
2 changes: 1 addition & 1 deletion Template/auth/index_customizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<?= $this->hook->render('template:auth:login-form:after') ?>

<?php if ($_SERVER["REMOTE_ADDR"] == '127.0.0.1'): ?>
<kbd class="user-remote-ip"><?= t('Your IP:') ?> <i><abbr title="127.0.0.1">localhost</abbr></i> ?></kbd>
<kbd class="user-remote-ip"><?= t('Your IP:') ?> <i><abbr title="127.0.0.1">localhost</abbr></i></kbd>
<?php else: ?>
<kbd class="user-remote-ip"><?= t('Your IP:') ?> <?= $_SERVER["REMOTE_ADDR"]; ?></kbd>
<?php endif ?>
Expand Down
2 changes: 1 addition & 1 deletion Template/password_reset/create.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</div>
</form>
<?php if ($_SERVER["REMOTE_ADDR"] == '127.0.0.1'): ?>
<kbd class="user-remote-ip"><?= t('Your IP:') ?> <i><abbr title="127.0.0.1">localhost</abbr></i> ?></kbd>
<kbd class="user-remote-ip"><?= t('Your IP:') ?> <i><abbr title="127.0.0.1">localhost</abbr></i></kbd>
<?php else: ?>
<kbd class="user-remote-ip"><?= t('Your IP:') ?> <?= $_SERVER["REMOTE_ADDR"]; ?></kbd>
<?php endif ?>
Expand Down
2 changes: 1 addition & 1 deletion Template/twofactor/check.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</div>
</form>
<?php if ($_SERVER["REMOTE_ADDR"] == '127.0.0.1'): ?>
<kbd class="user-remote-ip"><?= t('Your IP:') ?> <i><abbr title="127.0.0.1">localhost</abbr></i> ?></kbd>
<kbd class="user-remote-ip"><?= t('Your IP:') ?> <i><abbr title="127.0.0.1">localhost</abbr></i></kbd>
<?php else: ?>
<kbd class="user-remote-ip mt-20"><?= t('Your IP:') ?> <?= $_SERVER["REMOTE_ADDR"]; ?></kbd>
<?php endif ?>
Expand Down

0 comments on commit 5914993

Please sign in to comment.