Hi there!
I need change “Back” string on back button in navbar
U know any way to do this?
1 Like
imports: [
IonicModule.forRoot(MyApp, {
backButtonText: 'Go Back',
iconMode: 'ios',
modalEnter: 'modal-slide-in',
modalLeave: 'modal-slide-out',
tabsPlacement: 'bottom',
pageTransition: 'ios'
}, {}
)]
2 Likes