mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
use profile instead of my-profil
This commit is contained in:
parent
f3ffb01c9e
commit
794fa140a5
@ -63,8 +63,8 @@ describe('Navbar', () => {
|
||||
it('has first nav-item "navigation.transactions" in navbar', () => {
|
||||
expect(wrapper.findAll('.nav-item').at(5).text()).toEqual('navigation.transactions')
|
||||
})
|
||||
it('has first nav-item "navigation.my-profil" in navbar', () => {
|
||||
expect(wrapper.findAll('.nav-item').at(6).text()).toEqual('navigation.my-profil')
|
||||
it('has first nav-item "navigation.profile" in navbar', () => {
|
||||
expect(wrapper.findAll('.nav-item').at(6).text()).toEqual('navigation.profile')
|
||||
})
|
||||
|
||||
it('has a link to the members area', () => {
|
||||
|
||||
@ -51,7 +51,7 @@
|
||||
</b-nav-item>
|
||||
<b-nav-item to="/profile" class="mb-3">
|
||||
<b-icon icon="gear" aria-hidden="true"></b-icon>
|
||||
{{ $t('navigation.my-profil') }}
|
||||
{{ $t('navigation.profile') }}
|
||||
</b-nav-item>
|
||||
<br />
|
||||
<b-nav-item :href="elopageUri" class="mb-3" target="_blank">
|
||||
|
||||
@ -47,8 +47,8 @@ describe('Sidebar', () => {
|
||||
it('has first nav-item "navigation.transactions" in navbar', () => {
|
||||
expect(wrapper.findAll('.nav-item').at(2).text()).toEqual('navigation.transactions')
|
||||
})
|
||||
it('has first nav-item "navigation.my-profil" in navbar', () => {
|
||||
expect(wrapper.findAll('.nav-item').at(3).text()).toEqual('navigation.my-profil')
|
||||
it('has first nav-item "navigation.profile" in navbar', () => {
|
||||
expect(wrapper.findAll('.nav-item').at(3).text()).toEqual('navigation.profile')
|
||||
})
|
||||
it('has a link to the members area', () => {
|
||||
expect(wrapper.findAll('.nav-item').at(4).text()).toContain('navigation.members_area')
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
</b-nav-item>
|
||||
<b-nav-item to="/profile" class="mb-3">
|
||||
<b-icon icon="gear" aria-hidden="true"></b-icon>
|
||||
{{ $t('navigation.my-profil') }}
|
||||
{{ $t('navigation.profile') }}
|
||||
</b-nav-item>
|
||||
</b-nav>
|
||||
<hr />
|
||||
|
||||
@ -130,7 +130,7 @@
|
||||
"admin_area": "Adminbereich",
|
||||
"logout": "Abmelden",
|
||||
"members_area": "Mitgliederbereich",
|
||||
"my-profil": "Mein Profil",
|
||||
"profile": "Mein Profil",
|
||||
"overview": "Übersicht",
|
||||
"send": "Senden",
|
||||
"support": "Support",
|
||||
|
||||
@ -130,7 +130,7 @@
|
||||
"admin_area": "Admin Area",
|
||||
"logout": "Logout",
|
||||
"members_area": "Members area",
|
||||
"my-profil": "My profile",
|
||||
"profile": "My profile",
|
||||
"overview": "Overview",
|
||||
"send": "Send",
|
||||
"support": "Support",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user