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

the module of Knowledge Bases is NOT renamed to Resource Library

See screenshot

BretSmith_0-1703168197927.png

 

The module of Knowledge Bases is NOT renamed to Resource Library 

see attached

BretSmith_0-1703173473462.png

 

Hi @Bret Smith ,

Please check my reply, and update the UI page for "Resource Library" label change to "Knowledge Base".

 

-Thanks,

AshishKMishra


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

AshishKM
Kilo Patron
Kilo Patron

Hi @Bret Smith ,

Search the UI Page (kb_import) and search this "Resource Library" for update.

In the UI Page, there are many gs.getMessage() function with the key as input, and these key/values are defined in table [sys_ui_message] but if the key not there in this table system will print the key name itself on form. 

 

AshishKMishra_0-1703167213534.png

In this UI Page, the form field label are configured in 

AshishKMishra_1-1703167637028.png

 

Update this line for label change

AshishKMishra_2-1703167832185.png

 

Let me know if it works for you. it should

 

Thanks,

AshishKMishra

 


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

I have Searched the UI Page (kb_import) and search this "resource" and find 0 matches
so where else would Resource Library be set?

 

BretSmith_0-1703176705584.png