diff options
| author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2020-01-15 14:20:30 +0100 | 
|---|---|---|
| committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2020-01-15 14:20:30 +0100 | 
| commit | 117054bfda66d9537cd8dcaf4851e950cde75765 (patch) | |
| tree | beab624f978af2e323bae30ff0a79bb38ecb7598 /id | |
| parent | 70262ef097d022fa2c8cb8f7f95362b52e394b8c (diff) | |
| download | moa-id-spss-117054bfda66d9537cd8dcaf4851e950cde75765.tar.gz moa-id-spss-117054bfda66d9537cd8dcaf4851e950cde75765.tar.bz2 moa-id-spss-117054bfda66d9537cd8dcaf4851e950cde75765.zip | |
fix wrong header in configuration toolMOA-ID-4.1.0
Diffstat (limited to 'id')
| -rw-r--r-- | id/ConfigWebTool/src/main/webapp/jsp/snippets/OA/targetConfiguration.jsp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/id/ConfigWebTool/src/main/webapp/jsp/snippets/OA/targetConfiguration.jsp b/id/ConfigWebTool/src/main/webapp/jsp/snippets/OA/targetConfiguration.jsp index ef62ef0e6..6bccd7d48 100644 --- a/id/ConfigWebTool/src/main/webapp/jsp/snippets/OA/targetConfiguration.jsp +++ b/id/ConfigWebTool/src/main/webapp/jsp/snippets/OA/targetConfiguration.jsp @@ -125,7 +125,7 @@  					</div>	  					<div id="oa_config_foreignbPKArea" class="oa_config_block"> -						<h3><%=LanguageHelper.getGUIString("webpages.oaconfig.general.neweid.header", request) %></h3> +						<h3><%=LanguageHelper.getGUIString("webpages.oaconfig.general.foreign.header", request) %></h3>  						<s:if test="authOA.isMoaidMode()">   							<s:textarea name="targetConfig.foreignbPKTargets"   										value="%{targetConfig.foreignbPKTargets}"  | 
