fix(wording): "Line" manager instead of "Account" manager

Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
This commit is contained in:
Jérôme Herbinet 2024-08-23 16:00:26 +02:00 committed by Andy Scherzinger
parent 656fdef932
commit d3571c4d34

View file

@ -175,7 +175,7 @@ export default {
// TRANSLATORS This string describes a manager in the context of an organization
managerInputLabel: t('settings', 'Manager'),
// TRANSLATORS This string describes a manager in the context of an organization
managerLabel: t('settings', 'Set account manager'),
managerLabel: t('settings', 'Set line manager'),
}
},