Hello,
I encountered the same problem , I think the title is not well connected with the function , I managed to change it in plugin’s code where is the default “Wc City Fee” text.
Plugins -> Plugin Editor -> Select ( Flat Shipping Rate by…) plugin -> shipping-method-class.php -> line 34.
$this->title = isset( $this->settings[‘title’] ) ? $this->settings[‘title’] : __( ‘WHATEVER YOU WANT HERE’, ‘wccfee’ );