Tab in PA dashboard moving back to default name after renaming it.Issue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms Tab in PA dashboard moving back to default name after renaming it. Cause This issue can happen if there is corrupt data in the language field for user trying to rename the tab. Any value other than the correct language represented by to first letters can cause this issue. You will see the following error when you debug. FAILED TRYING TO EXECUTE ON CONNECTION 2: INSERT INTO sys_translated (`language`,`label`,`sys_id`,`name`,`value`,`element`) VALUES('NU','TABNAME1','f03a83efdb0ba344779fe665059619bd','pa_tabs',TABNAME1','name'),INSERT INTO sys_metadata (`sys_replace_on_upgrade`,`sys_mod_count`,`sys_updated_on`,`sys_class_name`,`sys_id`,`sys_package`,`sys_update_name`,`sys_updated_by`,`sys_created_on`,`sys_name`,`sys_scope`,`sys_customer_update`,`sys_created_by`) VALUES(0,0,'2019-01-23 09:26:40','sys_translated','f03a83efdb0ba344779fe665059619bd','global','sys_translated_f03a83efdb0ba344779fe665059619bd',JOHN DOE','2019-01-23 09:26:40','TABNAME1','global',0,'JOHN DOE') java.sql.BatchUpdateException: Duplicate entry 'pa_tabs-name-TABNAME1' for key 'name_2' : java.sql.SQLException: java.sql.BatchUpdateException: Duplicate entry 'pa_tabs-name-TABNAME1' for key 'name_2': com.glide.db.StatementBatcher.getSQLException(StatementBatcher.java:494) com.glide.db.StatementBatcher.commitBatch(StatementBatcher.java:449) com.glide.db.StatementBatcher.commitAllOrNothing(StatementBatcher.java:330) com.glide.db.DBCompositeAction.executeAsBatch(DBCompositeAction.java:193) Resolution Go to the sys_user record for the user. Add language in the form view and change it to en (whatever valid language in two characters).