WordPress / openverse

Openverse is a search engine for openly-licensed media. This monorepo includes all application code.
https://openverse.org
MIT License
235 stars 186 forks source link

Improve recent searches privacy notice #4741

Closed sarayourfriend closed 2 weeks ago

sarayourfriend commented 1 month ago

Problem

The current recent searches privacy notice is confusing and overly technical:

Openverse does not store your recent searches, this information is kept locally in your browser

It's unclear what is meant by "Openverse" (many users will not know the difference between the Openverse API and servers and the Openverse website running in their browser), and "local" with respect to a client/server relationship is technical jargon.

The phrasing also complicates the message by alluding to an assumption (that the recent searches are shared with Openverse's servers) but not saying it explicitly. This can be resolved by simplifying the message altogether, which will also shorten it.

On mobile screens the text in English wraps to two lines. On smaller mobile screens or for larger screens in languages with longer strings, the keyboard will cover the second line after some recent results appear.

Screenshot_20240812-065110

Description

Update the text to read:

Recent searches are saved on your computer and never shared

Update the text in en.json5. It may also be necessary to update Playwright snapshots for this change: https://docs.openverse.org/frontend/guides/test.html#updating-snapshots

Run the following to do so:

ov just frontend/run test:playwright visual-regression -u

Additional context

Marked with accessibility and interface to emphasise the issue with the existing terminology being inaccessible to non-technical users.

zackkrida commented 1 month ago

The proposed language is definitely an improvement :+1:

fcoveram commented 3 weeks ago

The text suggested is concise and clear. Thanks @sarayourfriend