Update frontend strings to Paperless-ngx (#105)

This also includes URLs to ressources.
This commit is contained in:
Yannic Schröder
2022-02-19 21:42:09 +01:00
committed by GitHub
parent 366dbdb33e
commit 98b0e56145
39 changed files with 229 additions and 229 deletions

View File

@@ -30,9 +30,9 @@ export class DashboardComponent implements OnInit {
get subtitle() {
if (this.displayName) {
return $localize`Hello ${this.displayName}, welcome to Paperless-ng!`
return $localize`Hello ${this.displayName}, welcome to Paperless-ngx!`
} else {
return $localize`Welcome to Paperless-ng!`
return $localize`Welcome to Paperless-ngx!`
}
}