Update Intent String won't work

I'm developing a widget for our App with custom provided values from type INObject. When the companion App updates a string in our database the same string is updated in our Widget UI via ReloadAllTimeLines(). This works fine. But this String is not updated when it is shown to the user during the selection of our dynamically provided values while editing the Widget. The old name before renaming is shown.

Are there any possibilities to update the old Intent displayString. I have tried to set it in the getTimeline Method but this not working.

Update Intent String won't work
 
 
Q