Tags are updated with [private][private] - and additional [private] was added<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: block; max-width: ; width: auto; height: auto; } } ProblemSaw a tag (record from label.list) was changed the name with '[private][private]'. The issue occurs because the name of the label was changed, not just the viewable by field. When the viewable by field is changed to 'Me' and there are existing labels with the same name plus '[private]', the original label name does not change, it simply moves from 'Everyone' to 'Me'. Example: 1. Original tag values TAG / Viewable by"_TAG_01_" (everyone)"_TAG_01_ [private]" (me) Notes:Everyone = global If change the label of "_TAG_01_" (everyone) to "_TAG_01_ [private]", this will be the results"_TAG_01_ [private]" (everyone)"_TAG_01_ [private]" (me)2. and after changing the "Viewable by" of "_TAG_01_ [private]" (everyone) to Me, this will happens"_TAG_01_ [private]" (me)"_TAG_01_ [private] [private]" (me) Note: This is the expected behavior as the name of the tag is "_TAG_01_ [private]" and the additional "[private]" was added to make difference between global and not global 3. and if change the "Viewable by" of "_TAG_01_ [private]" (me) to everyone this will happens"_TAG_01_ [private]" (everyone)"_TAG_01_ [private] [private]" (me) Which is also correct.