From fdd46df8e816e0cd9330bed883dbfa5787ab2e79 Mon Sep 17 00:00:00 2001 From: Sascha Greuel Date: Sun, 6 Jan 2019 12:43:32 +0100 Subject: [PATCH] Replaced (auth) references from Google+ to Google see fc416885faf258d31e2d02e24dcbaff0c44aa8f7 see #2808 Closes #2824 --- com.woltlab.wcf/templates/accountManagement.tpl | 2 +- com.woltlab.wcf/templates/login.tpl | 2 +- com.woltlab.wcf/templates/pageHeaderUser.tpl | 2 +- wcfsetup/install/lang/de.xml | 2 +- wcfsetup/install/lang/en.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/com.woltlab.wcf/templates/accountManagement.tpl b/com.woltlab.wcf/templates/accountManagement.tpl index 487bf9b8a1..cf547cf1d2 100644 --- a/com.woltlab.wcf/templates/accountManagement.tpl +++ b/com.woltlab.wcf/templates/accountManagement.tpl @@ -233,7 +233,7 @@ {if $__wcf->getSession()->getVar('__googleData')} {else} - {lang}wcf.user.3rdparty.google.connect{/lang} + {lang}wcf.user.3rdparty.google.connect{/lang} {/if} diff --git a/com.woltlab.wcf/templates/login.tpl b/com.woltlab.wcf/templates/login.tpl index 95a986f749..ce9bd06461 100644 --- a/com.woltlab.wcf/templates/login.tpl +++ b/com.woltlab.wcf/templates/login.tpl @@ -105,7 +105,7 @@ {if GOOGLE_PUBLIC_KEY !== '' && GOOGLE_PRIVATE_KEY !== ''}
  • - {lang}wcf.user.3rdparty.google.login{/lang} + {lang}wcf.user.3rdparty.google.login{/lang}
  • {/if} diff --git a/com.woltlab.wcf/templates/pageHeaderUser.tpl b/com.woltlab.wcf/templates/pageHeaderUser.tpl index c9acebfd5c..e5eca5a7f1 100644 --- a/com.woltlab.wcf/templates/pageHeaderUser.tpl +++ b/com.woltlab.wcf/templates/pageHeaderUser.tpl @@ -222,7 +222,7 @@ {if GOOGLE_PUBLIC_KEY !== '' && GOOGLE_PRIVATE_KEY !== ''}
  • - {lang}wcf.user.3rdparty.google.login{/lang} + {lang}wcf.user.3rdparty.google.login{/lang}
  • {/if} diff --git a/wcfsetup/install/lang/de.xml b/wcfsetup/install/lang/de.xml index 0455578a48..8d539862b9 100644 --- a/wcfsetup/install/lang/de.xml +++ b/wcfsetup/install/lang/de.xml @@ -3384,7 +3384,7 @@ Die E-Mail-Adresse des neuen Benutzers lautet: {@$user->email} -  Google. Der Benutzername und {if LANGUAGE_USE_INFORMAL_VARIANT}deine{else}Ihre{/if} E-Mail-Adresse wurden daher bereits ausgefüllt.]]> +  Google. Der Benutzername und {if LANGUAGE_USE_INFORMAL_VARIANT}deine{else}Ihre{/if} E-Mail-Adresse wurden daher bereits ausgefüllt.]]> session->getVar('__googleUsername')}(„{$__wcf->session->getVar('__googleUsername')}“){/if} verknüpfen]]> diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index abe43bde00..01874e19e9 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -3375,7 +3375,7 @@ Open the link below to access the user profile: -  Google.]]> +  Google.]]> session->getVar('__googleUsername')} “{$__wcf->session->getVar('__googleUsername')}”{/if}.]]> -- 2.20.1