diff --git a/meinberlin/react/plans/SaveSearchProfile.jsx b/meinberlin/react/plans/SaveSearchProfile.jsx index b46088e381..af519f2f9e 100644 --- a/meinberlin/react/plans/SaveSearchProfile.jsx +++ b/meinberlin/react/plans/SaveSearchProfile.jsx @@ -2,7 +2,7 @@ import React from 'react' import django from 'django' import { useCreateSearchProfile } from './use-create-search-profile' -const loginText = django.gettext('Login to save search profile') +const loginText = django.gettext('Login to save search profiles') const viewText = django.gettext('View search profiles') const limitText = django.gettext('You can only create 10 search profiles.') const saveText = django.gettext('Save search profile')