Confluence 2.6 has reached end of life
Check out the [latest version] of the documentation
All Confluence UI text is contained in a single Java properties file. This file can be modified to change the default text, and also to translate Confluence into other languages than English.
The UI text file is ConfluenceActionSupport.properties. From your Confluence install directory:
\confluence\WEB-INF\classes\com\atlassian\confluence\core\ConfluenceActionSupport.properties
The file contains name=value strings, and supports variable insertion such as
user.greeting=Welcome, {0}
For more information on replacing values, check out Translating ConfluenceActionSupport Content. Note that plugins store their text internally, so you must modify plugin text individually.
Steps For Modification
- Stop Confluence
- Under your install direcory, open
\confluence\WEB-INF\classes\com\atlassian\confluence\core\ConfluenceActionSupport.properties - Search for the text you wish to modify, replace it and save
- Start Confluence
Common Modifications
- Rename 'Dashboard' by searching for
Dashboard. To change "Dashboard" to "My Portal", changedashboard.name=Dashboardtodashboard.name=My Portal
Overview
Content Tools
Apps
