diff options
author | Marcin Mikołajczak <me@mkljczk.pl> | 2021-01-08 23:16:22 +0100 |
---|---|---|
committer | Rigel Kent <par@rigelk.eu> | 2021-01-09 00:01:00 +0100 |
commit | eaf3367549f7e12d464c0fda5251640209e924cd (patch) | |
tree | ec7265071931eec730750521d08447280ad5d399 /client | |
parent | 14d3bb9c532b0059f76e1951fc8ae8da2fd4f2d2 (diff) | |
download | PeerTube-eaf3367549f7e12d464c0fda5251640209e924cd.tar.gz PeerTube-eaf3367549f7e12d464c0fda5251640209e924cd.tar.zst PeerTube-eaf3367549f7e12d464c0fda5251640209e924cd.zip |
Mark 'These settings apply only to' string as i18n-able
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/modal/quick-settings-modal.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/modal/quick-settings-modal.component.html b/client/src/app/modal/quick-settings-modal.component.html index 62013c733..7794e10c4 100644 --- a/client/src/app/modal/quick-settings-modal.component.html +++ b/client/src/app/modal/quick-settings-modal.component.html | |||
@@ -5,7 +5,7 @@ | |||
5 | </div> | 5 | </div> |
6 | 6 | ||
7 | <div class="modal-body"> | 7 | <div class="modal-body"> |
8 | <div class="mb-4 font-italic">These settings apply only to your session on this instance.</div> | 8 | <div i18n class="mb-4 font-italic">These settings apply only to your session on this instance.</div> |
9 | 9 | ||
10 | <div i18n class="mb-4 quick-settings-title">Display settings</div> | 10 | <div i18n class="mb-4 quick-settings-title">Display settings</div> |
11 | 11 | ||