From a8bc3627345588ddc3ec6573c2f2ea30016044d6 Mon Sep 17 00:00:00 2001 From: Adeel Ahmad Date: Thu, 7 Jan 2021 17:04:37 +0100 Subject: [PATCH] Fix minor typos --- server_development/topics/themes.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server_development/topics/themes.adoc b/server_development/topics/themes.adoc index 74a517ea49..6a7915dcb0 100755 --- a/server_development/topics/themes.adoc +++ b/server_development/topics/themes.adoc @@ -280,8 +280,8 @@ See <<_locale_selector,Locale Selector>> on details on how the current locale is ==== Custom Identity providers icons {project_name} supports adding icons for custom Identity providers, which are displayed on the login screen. -You just have to define an icon classes in your login `theme.properties` file (f.e. `themes/mytheme/login/theme.properties`) with key pattern `kcLogoIdP-`. -For Identity provider with alias `myProvider`, you may add line, like below, to login theme properties of your custom theme. +You just have to define icon classes in your login `theme.properties` file (i.e. `themes/mytheme/login/theme.properties`) with key pattern `kcLogoIdP-`. +For Identity provider with an alias `myProvider`, you may add a line, like below, to `theme.properties` file of your custom theme. [source] ----