Tabs title not showing :(

Can anyone helo me I have a tab file where I have a few buttons but can’t get the title to show below it.

  <ion-tab title="Community" icon-off="ion-chatboxes" icon-on="ion-chatboxes" href="#/tab/feeds">
      <ion-nav-view name="tab-feeds"></ion-nav-view>
  </ion-tab>

@cpdev can you give detailed about the issue you are getting
i tried your code and it’s working fine

 <ion-tab title="Community" icon-off="ion-chatboxes" icon-on="ion-chatboxes" href="#/tab/feeds">
  <ion-nav-view name="tab-feeds"></ion-nav-view>

are you adding this in <ion-tabs></ion-tabs> ?

can you share your code here

I made a mistake I had turned on tabs-icon-only