From 71e3d32a2c369e90eb794c3247bde3f39c7e91fc Mon Sep 17 00:00:00 2001 From: Thomas Swanson Date: Sun, 14 Feb 2021 21:26:42 -0800 Subject: [PATCH] fix(api): fix movie quotes to match movie script --- .../spinnaker/gate/controllers/AuthController.groovy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gate-web/src/main/groovy/com/netflix/spinnaker/gate/controllers/AuthController.groovy b/gate-web/src/main/groovy/com/netflix/spinnaker/gate/controllers/AuthController.groovy index b7209c2ae9..60a97d83a3 100644 --- a/gate-web/src/main/groovy/com/netflix/spinnaker/gate/controllers/AuthController.groovy +++ b/gate-web/src/main/groovy/com/netflix/spinnaker/gate/controllers/AuthController.groovy @@ -42,13 +42,13 @@ class AuthController { static List LOGOUT_MESSAGES = [ "Hasta la vista, baby.", - "Frankly my dear, I don't give a damn.", + "Frankly, my dear, I don't give a damn.", "For the Watch.", "Go ahead, make my day.", - "Louis, I think this is a start of a beautiful friendship!", + "Louis, I think this is the beginning of a beautiful friendship.", "Roads? Where we're going we don't need roads!", "Say hello to my little friend!", - "I wish we could chat longer, but I'm having an old friend for dinner. Bye!", + "I do wish we could chat longer, but... I'm having an old friend for dinner. Bye.", "Hodor. :(", ] private final Random r = new Random()