Knowledge Import Articles label change

Bret Smith
Giga Guru

Want to change the label on the Knowledge Import Library page back to 'Knowledge Base'

Some has changed it to 'Resource Libray' and would like to change it back to 'Knowledge Base'

 

BretSmith_0-1703120810919.png

 

1 ACCEPTED SOLUTION

Endrigo
Tera Expert

Hi,
Go to 

System UI> UI Pages

Endrigo_0-1714690142961.png


Open the kb_import

Endrigo_1-1714690180327.png


look for this var and change the name of the righ side:

var KNOWLEDGE_BASE = gs.getMessage('Knowledge Base');

Endrigo_2-1714690273542.png


[],s

View solution in original post

14 REPLIES 14

check and reply the value of this 

AshishKMishra_0-1703176934350.png

and then check the same in Message table ( sys_ui_message ) based on the key "Knowledge Base" or you can check on Message column if there is any record with "Resource Library".

AshishKMishra_2-1703177192914.png

 

 

 


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

Message table ( sys_ui_message.list ) based on the key "Know"

This looks like the right spot

BretSmith_0-1703181735684.png

 Changing the message to "Knowledge Base" changes the Portal Knowledge Home page to look like this:

BretSmith_1-1703181893638.png

 

add makes the Knowledge Import Articles look like this:

BretSmith_2-1703181951200.png

 

 

So you got the desired results, happy to help. Please accept solution and mark helpful to close this thread. 


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

Endrigo
Tera Expert

Hi,
Go to 

System UI> UI Pages

Endrigo_0-1714690142961.png


Open the kb_import

Endrigo_1-1714690180327.png


look for this var and change the name of the righ side:

var KNOWLEDGE_BASE = gs.getMessage('Knowledge Base');

Endrigo_2-1714690273542.png


[],s

Bret Smith
Giga Guru

I found this way to make the change

sys_ui_message.list (from navigator)

enter knowledge in the key column

find Knowledge base and change the value in the message column

 

BretSmith_2-1715204371041.png