Skip to content

Commit 5b729a4

Browse files
committed
terms/flag
1 parent 1163b34 commit 5b729a4

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

app/models/flag.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Flag < ApplicationRecord
1616
def self.reason_label(reason)
1717
{
1818
"wrong_name" => "Wrong name/identification",
19-
"wrong_license" => "Incorrect license",
19+
"wrong_license" => "Copyright issue",
2020
"inappropriate" => "Inappropriate content",
2121
"duplicate" => "Duplicate submission",
2222
"low_quality" => "Low quality image",

app/views/pages/terms.html.erb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@
6060
<p class="text-stone-600 dark:text-stone-300">
6161
Specimen Gallery is provided "as is" without warranties of any kind. Taxonomic information may be inaccurate or outdated. Content is intended for educational and illustrative purposes. We are not responsible for how you use images from this gallery.
6262
</p>
63+
<p class="text-stone-600 dark:text-stone-300 mt-3">
64+
Specimen Gallery does not guarantee scientific accuracy of identifications. Labels and classifications may evolve through community contribution.
65+
</p>
6366
</section>
6467

6568
<section class="mb-8">

app/views/shared/_flag_menu.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
>
4949
<option value="">Select a reason...</option>
5050
<option value="wrong_name">Wrong name/identification</option>
51-
<option value="wrong_license">Incorrect license</option>
51+
<option value="wrong_license">Copyright issue</option>
5252
<option value="inappropriate">Inappropriate content</option>
5353
<option value="duplicate">Duplicate submission</option>
5454
<option value="low_quality">Low quality image</option>

0 commit comments

Comments
 (0)