Skip to content

Commit

Permalink
Change text
Browse files Browse the repository at this point in the history
  • Loading branch information
sevfurneaux committed Jan 14, 2025
1 parent a2474ca commit 7ab79e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meinberlin/react/plans/SaveSearchProfile.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 7ab79e0

Please sign in to comment.