diff options
Diffstat (limited to 'client/src/app/+about')
-rw-r--r-- | client/src/app/+about/about-instance/about-instance.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+about/about-instance/about-instance.component.html b/client/src/app/+about/about-instance/about-instance.component.html index e433b0016..5970cac01 100644 --- a/client/src/app/+about/about-instance/about-instance.component.html +++ b/client/src/app/+about/about-instance/about-instance.component.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <div [innerHTML]="descriptionHTML"></div> | 12 | <div [innerHTML]="descriptionHTML"></div> |
13 | </div> | 13 | </div> |
14 | 14 | ||
15 | <div class="terms"> | 15 | <div class="terms" id="terms-section"> |
16 | <div i18n class="section-title">Terms</div> | 16 | <div i18n class="section-title">Terms</div> |
17 | 17 | ||
18 | <div [innerHTML]="termsHTML"></div> | 18 | <div [innerHTML]="termsHTML"></div> |