I can update almost everything on the members “Edit Location” here, but I can’t find the text for “Map Icon” Just point me in a direction please.
public function display_location_form( $location, $user_id ) {
$fieldsLabel = apply_filters( ‘gmw_fl_your_location_page_titles’, array(
‘your_location’ => __( ‘Your Location’, ‘GMW’ ),
‘no_location’ => __( “You haven’t set a location yet”, ‘GMW’ ),
‘edit_location’ => __( ‘Edit Location’, ‘GMW’ ),
‘delete_location’ => __( ‘Delete Location’, ‘GMW’ ),
‘manualy_enter’ => __( ‘Enter your location manually and/or set your Group Icon (Save in address tab.)’, ‘GMW’ ),
‘address’ => __( ‘Address’, ‘GMW’ ),
‘coords’ => __( ‘Latitude / Longitude’, ‘GMW’ ),
‘save_location’ => __( ‘Save Location/ Group Icon’, ‘GMW’ ),
) );