diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 6297bfcd..9624986b 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,7 +1,7 @@ --- name: Bug Report about: If you've found something that does not work, please report it to help improve - grocy + Grocy title: 'Bug: ' labels: bug assignees: '' diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 81f17da6..c096d288 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -1,4 +1,4 @@ -grocy is not an enterprise application and neither one you (should) host publicly (means without authentication) on the internet. +Grocy is not an enterprise application and neither one you (should) host publicly (means without authentication) on the internet. So unless something really bad can be abused _unauthenticated_, please just open a regular issue on the [Issue Tracker](https://github.com/grocy/grocy/issues/new/choose). diff --git a/README.md b/README.md index fc0cea17..0a891ec0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
- {{ $__t('Do you find grocy useful?') }}
+ {{ $__t('Do you find Grocy useful?') }}
{{ $__t('Say thanks') }}
@@ -75,7 +75,7 @@
- grocy is a project by
+ Grocy is a project by
Bernd Bestel
diff --git a/views/batteriesoverview.blade.php b/views/batteriesoverview.blade.php
index c33240d5..b1230550 100644
--- a/views/batteriesoverview.blade.php
+++ b/views/batteriesoverview.blade.php
@@ -154,14 +154,14 @@
- {!! str_replace('grocycode', 'grocycode', $__t('Download %s grocycode', $__t('Battery'))) !!}
+ {!! str_replace('grocycode', 'Grocycode', $__t('Download %s Grocycode', $__t('Battery'))) !!}
@if(GROCY_FEATURE_FLAG_LABEL_PRINTER)
- {!! str_replace('grocycode', 'grocycode', $__t('Print %s grocycode on label printer', $__t('Battery'))) !!}
+ {!! str_replace('Grocycode', 'Grocycode', $__t('Print %s Grocycode on label printer', $__t('Battery'))) !!}
@endif
diff --git a/views/batteryform.blade.php b/views/batteryform.blade.php
index 3f1d1882..47d107b6 100644
--- a/views/batteryform.blade.php
+++ b/views/batteryform.blade.php
@@ -101,11 +101,11 @@