change(ui) - text change in preferences

This commit is contained in:
Shekar Siri 2023-03-22 10:15:14 +01:00
parent 9f71d1a6b3
commit 2af8f65b97

View file

@ -18,7 +18,7 @@ function PreferencesView(props: Props) {
<div className="flex items-center p-3 text-lg">
<Icon name="info-circle" size="16" color="gray-dark" />
<span className="ml-2">Changes applied at organization level</span>
<span className="ml-2">Updates are be applied at organization level.</span>
</div>
</>
);