mirror of
https://github.com/arendst/Tasmota.git
synced 2025-08-01 15:07:42 +00:00
Fixed issue with incorrect displaying some of the translated strings to Bulgarian language
Fixed issue with incorrect displaying some of the translated strings to Bulgarian language (#5905)
This commit is contained in:
parent
efb4d08823
commit
7ce54debdc
@ -788,7 +788,7 @@ void WSContentSendStyle(void)
|
|||||||
void WSContentButton(uint8_t title_index)
|
void WSContentButton(uint8_t title_index)
|
||||||
{
|
{
|
||||||
char action[4];
|
char action[4];
|
||||||
char title[32];
|
char title[64];
|
||||||
|
|
||||||
if (title_index <= BUTTON_RESET_CONFIGURATION) {
|
if (title_index <= BUTTON_RESET_CONFIGURATION) {
|
||||||
char confirm[64];
|
char confirm[64];
|
||||||
@ -1489,7 +1489,7 @@ void HandleLoggingConfiguration(void)
|
|||||||
WSContentStart_P(S_CONFIGURE_LOGGING);
|
WSContentStart_P(S_CONFIGURE_LOGGING);
|
||||||
WSContentSendStyle();
|
WSContentSendStyle();
|
||||||
WSContentSend_P(HTTP_FORM_LOG1);
|
WSContentSend_P(HTTP_FORM_LOG1);
|
||||||
char stemp1[32];
|
char stemp1[45];
|
||||||
char stemp2[32];
|
char stemp2[32];
|
||||||
uint8_t dlevel[3] = { LOG_LEVEL_INFO, LOG_LEVEL_INFO, LOG_LEVEL_NONE };
|
uint8_t dlevel[3] = { LOG_LEVEL_INFO, LOG_LEVEL_INFO, LOG_LEVEL_NONE };
|
||||||
for (uint8_t idx = 0; idx < 3; idx++) {
|
for (uint8_t idx = 0; idx < 3; idx++) {
|
||||||
|
@ -455,7 +455,7 @@ void HandleDomoticzConfiguration(void)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
char stemp[32];
|
char stemp[40];
|
||||||
|
|
||||||
WSContentStart_P(S_CONFIGURE_DOMOTICZ);
|
WSContentStart_P(S_CONFIGURE_DOMOTICZ);
|
||||||
WSContentSendStyle();
|
WSContentSendStyle();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user