From 337d8f96d63d8f7dd8cfc5f6e54dfef5223bb4f0 Mon Sep 17 00:00:00 2001 From: "Michael R.|SchlaumeierTV" Date: Wed, 19 Jul 2017 07:57:27 +0200 Subject: [PATCH] Translation Fix (#1258) Generic OAUTH 2 is not gitlab --- db/seeds/settings.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/seeds/settings.rb b/db/seeds/settings.rb index 5802c1063..606dd2754 100644 --- a/db/seeds/settings.rb +++ b/db/seeds/settings.rb @@ -1225,7 +1225,7 @@ Setting.create_if_not_exists( null: true, name: 'site', tag: 'input', - placeholder: 'https://gitlab.YOURDOMAIN.com', + placeholder: 'https://oauth.YOURDOMAIN.com', }, { display: 'authorize_url',