Skip to content

Commit 7a64871

Browse files
committed
Update quotes-backend service
1 parent de33cdf commit 7a64871

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

quotes-backend/src/main/kotlin/com/example/Application.kt

Whitespace-only changes.

quotes-backend/src/main/kotlin/io/nais/quotesbackend/Application.kt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,39 +86,39 @@ fun Application.module() {
8686
"1",
8787
Quote(
8888
"1",
89-
"Deploy with confidence—let NAIS handle the platform, you focus on the code.",
90-
"NAIS Team"
89+
"Deploy with confidence—let Nais handle the platform, you focus on the code.",
90+
"Nais Team"
9191
)
9292
)
9393
put(
9494
"2",
9595
Quote(
9696
"2",
97-
"Kubernetes is complex, but NAIS makes it simple for developers.",
97+
"Kubernetes is complex, but Nais makes it simple for developers.",
9898
"Platform Engineer"
9999
)
100100
)
101101
put(
102102
"3",
103103
Quote(
104104
"3",
105-
"With NAIS, continuous delivery is not just a dream—it's the default.",
105+
"With Nais, continuous delivery is not just a dream—it's the default.",
106106
"DevOps Enthusiast"
107107
)
108108
)
109109
put(
110110
"4",
111111
Quote(
112112
"4",
113-
"Secure by default—NAIS integrates best practices into every deployment.",
113+
"Secure by default—Nais integrates best practices into every deployment.",
114114
"Security Advocate"
115115
)
116116
)
117117
put(
118118
"5",
119119
Quote(
120120
"5",
121-
"From Helm charts to GitHub Actions, NAIS brings it all together.",
121+
"From Helm charts to GitHub Actions, Nais brings it all together.",
122122
"Cloud Native Developer"
123123
)
124124
)

0 commit comments

Comments
 (0)