diff options
author | Chocobozzz <me@florianbigard.com> | 2020-12-30 14:03:33 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-12-30 14:03:33 +0100 |
commit | dfed7846e2a9fee203e960f78a41e8a66f6103a5 (patch) | |
tree | 551de4300e04e0f78a04a732415d51b7970e35cf /client/src/app/menu | |
parent | 47d8e266f16b91fec7e4a15a8372d50c2909c042 (diff) | |
download | PeerTube-dfed7846e2a9fee203e960f78a41e8a66f6103a5.tar.gz PeerTube-dfed7846e2a9fee203e960f78a41e8a66f6103a5.tar.zst PeerTube-dfed7846e2a9fee203e960f78a41e8a66f6103a5.zip |
Clearer anonymous settings modal title
Diffstat (limited to 'client/src/app/menu')
-rw-r--r-- | client/src/app/menu/menu.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/menu/menu.component.html b/client/src/app/menu/menu.component.html index 5b1c24c7a..2331e20d9 100644 --- a/client/src/app/menu/menu.component.html +++ b/client/src/app/menu/menu.component.html | |||
@@ -153,7 +153,7 @@ | |||
153 | <div class="footer-block"> | 153 | <div class="footer-block"> |
154 | <a *ngIf="!isLoggedIn" (click)="openQuickSettings()"> | 154 | <a *ngIf="!isLoggedIn" (click)="openQuickSettings()"> |
155 | <my-global-icon iconName="cog" aria-hidden="true"></my-global-icon> | 155 | <my-global-icon iconName="cog" aria-hidden="true"></my-global-icon> |
156 | <ng-container i18n>Settings</ng-container> | 156 | <ng-container i18n>My settings</ng-container> |
157 | </a> | 157 | </a> |
158 | 158 | ||
159 | <a routerLink="/about" routerLinkActive="active"> | 159 | <a routerLink="/about" routerLinkActive="active"> |