Skip to content
This repository was archived by the owner on Sep 15, 2023. It is now read-only.

Commit 1a04080

Browse files
authored
Merge pull request #19 from admin-ch/meta
Meta
2 parents b88f641 + fdbebfc commit 1a04080

8 files changed

Lines changed: 17 additions & 12 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ha-ui",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"scripts": {
55
"start": "ng serve",
66
"build": "ng build",

src/app/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ registerLocaleData(localeENGB);
6565
export class AppModule {
6666
constructor(private readonly config: ObMasterLayoutConfig, meta: ObDocumentMetaService) {
6767
meta.titleSuffix = 'application.title';
68-
meta.description = 'home.text1';
68+
meta.description = 'application.description';
6969
config.layout.hasMainNavigation = false;
7070
config.locale.locales = [
7171
{id: 'locale-de_button', locale: 'de'},

src/assets/i18n/de.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"application.title": "Covidcode BAG",
3+
"application.description": "Die Fachperson gibt den Covidcode der infizierten Person bekannt. Diese kann den Covidcode in ihre SwissCovid-App eingeben.",
34
"application.organization.name": "Bundesamt für Informatik und Telekommunikation BIT",
45
"generate-code.generate": "Covidcode erzeugen",
56
"generate-code.onset": "Datum Erstsymptome",

src/assets/i18n/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"application.title": "Covidcode FOPH",
3+
"application.description": "The specialist gives the Covidcode to the infected person. The infected person may choose to enter the Covidcode into their SwissCovid app.",
34
"application.organization.name": "Federal Office of Information Technology, Systems and Telecommunication FOITT",
45
"generate-code.generate": "Generate Covidcode",
56
"generate-code.onset": "Date of first symptoms",

src/assets/i18n/fr.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"application.title": "Covidcode OFSP",
3+
"application.description": "Le professionnel communique le code COVID à la personne infectée. Celle-ci peut saisir le code COVID dans son application SwissCovid.",
34
"application.organization.name": "Office fédéral de l'informatique et de la télécommunication OFIT",
45
"generate-code.generate": "Générer Covidcode",
56
"generate-code.onset": "Date des premiers symptômes",

src/assets/i18n/it.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"application.title": "Covidcode UFSP",
3+
"application.description": "Lo specialista comunica il codice Covid alla persona infetta. Quest’ultima lo può immettere nella sua app SwissCovid.",
34
"application.organization.name": "Ufficio federale dell'informatica e della telecomunicazione UFIT",
45
"generate-code.generate": "Genera Covidcode",
56
"generate-code.onset": "Data di primi sintomi",

src/index.html

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,22 @@
77
<head>
88
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
99
<meta charset="utf-8" />
10+
<title>www.covidcode.admin.ch</title>
1011
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
11-
<meta name="Description" content="Author: Oblique Team, Category: APi" />
12+
<meta
13+
name="Description"
14+
content="The specialist gives the Covidcode to the infected person. The infected person may choose to enter the Covidcode into their SwissCovid app."
15+
/>
1216
<base href="/" />
1317
<link href="assets/styles/images/favicon.png" rel="shortcut icon" />
1418
</head>
1519
<body class="has-overlay">
1620
<noscript>
17-
<div class="default-layout">
18-
<h1>Oblique</h1>
19-
<div class="alert alert-error">
20-
<span class="sr-only">Error</span>
21-
<h4>Javascript required!</h4>
22-
<p class="lead">JavaScript must be enabled to use this app.</p>
23-
<p>Please enable JavaScript in your browser and refresh the page.</p>
24-
</div>
21+
<div class="alert alert-error">
22+
<span class="sr-only">Error</span>
23+
<h4>Javascript required!</h4>
24+
<p class="lead">JavaScript must be enabled to use this app.</p>
25+
<p>Please enable JavaScript in your browser and refresh the page.</p>
2526
</div>
2627
</noscript>
2728
<ha-root></ha-root>

0 commit comments

Comments
 (0)