A products/PurePhone/services/db/databases/migration/predefined_quotes/current/618dbb3c_Removed_unsupported_char_from_quotes/.meta => products/PurePhone/services/db/databases/migration/predefined_quotes/current/618dbb3c_Removed_unsupported_char_from_quotes/.meta +6 -0
@@ 0,0 1,6 @@
+{
+ "id": "618dbb3c-ea59-48d7-b882-9c568fd19905",
+ "date": "2023-06-28 12:58:34",
+ "message": "Removed unsupported char from quotes",
+ "parent": 0
+}<
\ No newline at end of file
A products/PurePhone/services/db/databases/migration/predefined_quotes/current/618dbb3c_Removed_unsupported_char_from_quotes/down.sql => products/PurePhone/services/db/databases/migration/predefined_quotes/current/618dbb3c_Removed_unsupported_char_from_quotes/down.sql +10 -0
@@ 0,0 1,10 @@
+-- Copyright (c) 2017-2023, Mudita Sp. z.o.o. All rights reserved.
+-- For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md
+
+-- Message: Removed unsupported char from quotes
+-- Revision: 618dbb3c-ea59-48d7-b882-9c568fd19905
+-- Create Date: 2023-06-28 12:58:34
+
+-- Insert SQL here
+
+UPDATE OR IGNORE quote_table SET author='Línjì Yìxuán' WHERE author='Línji Yixuán'
A products/PurePhone/services/db/databases/migration/predefined_quotes/current/618dbb3c_Removed_unsupported_char_from_quotes/up.sql => products/PurePhone/services/db/databases/migration/predefined_quotes/current/618dbb3c_Removed_unsupported_char_from_quotes/up.sql +10 -0
@@ 0,0 1,10 @@
+-- Copyright (c) 2017-2023, Mudita Sp. z.o.o. All rights reserved.
+-- For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md
+
+-- Message: Removed unsupported char from quotes
+-- Revision: 618dbb3c-ea59-48d7-b882-9c568fd19905
+-- Create Date: 2023-06-28 12:58:34
+
+-- Insert SQL here
+
+UPDATE OR IGNORE quote_table SET author='Línji Yixuán' WHERE author='Línjì Yìxuán'
M pure_changelog.md => pure_changelog.md +2 -1
@@ 6,7 6,7 @@
* Added input mode selection display timeout
* Added MMI/USSD code confirmation
* Added VoLTE support in Poland, Germany, Denmark, United Kingdom, Netherlands, Canada and Austria
-* Added translations for Bluetooth conenction status label
+* Added translations for Bluetooth connection status label
* Added WCDMA recognition as 3G in status bar
* Added extended information to crashdump filename
* Added extended information to log filename
@@ 49,6 49,7 @@
* Fixed autofill data during adding previously deleted phone number from dialing window
* Fixed redirection to dial number view by pressing BACK from add new number view
* Fixed occasional USB crash when USB cable was disconnected during files upload
+* Fixed unsupported character in several quotes
## [1.7.0 2023-03-23]
### Changed / Improved