fix(l10n): 카피라이트 텍스트 대소문자 수정
- naturebridgeai → NatureBridgeAi
This commit is contained in:
@@ -1792,7 +1792,7 @@ String get warningDeleteSave {
|
|||||||
|
|
||||||
String get copyrightText {
|
String get copyrightText {
|
||||||
// 카피라이트 텍스트는 언어에 따라 변하지 않음
|
// 카피라이트 텍스트는 언어에 따라 변하지 않음
|
||||||
return '© 2025 naturebridgeai & cclabs all rights reserved';
|
return '© 2025 NatureBridgeAi & cclabs all rights reserved';
|
||||||
}
|
}
|
||||||
|
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user