diff --git a/app/profil_module.R b/app/profil_module.R
index df3826e..0147bf8 100644
--- a/app/profil_module.R
+++ b/app/profil_module.R
@@ -38,7 +38,7 @@ profilUI <- function(id) {
fluidRow(
column(12,
- tags$span("© Copyright Wszystkie prawa zastrzeżone."))%>% tagAppendAttributes(id = 'column-copyright'),
+ tags$span("Copyright Wszystkie prawa zastrzezone."))%>% tagAppendAttributes(id = 'column-copyright'),
)%>% tagAppendAttributes(id = 'row-footer')
@@ -120,7 +120,7 @@ profilServer <- function(input, output,session) {
dateInput("editAge", label = strong("Data urodzenia") ,value=response$profil$datebirth),
selectInput("editGender", label = strong("Plec"),
- choices = list("żenska" = 0, "meska" = 1),
+ choices = list("?enska" = 0, "meska" = 1),
selected = as.numeric(response$profil$gender)),
),
@@ -160,10 +160,10 @@ profilServer <- function(input, output,session) {
tabsetPanel(type = "tabs",
tabPanel("Dane profilowe", tags$div(uiOutput("profileData")
)%>% tagAppendAttributes(class = 'content-wrapper')),
- tabPanel("Zakładka 2", tags$div(plotlyOutput("plot2",height = "auto"))%>% tagAppendAttributes(class = 'content-wrapper')),
- tabPanel("Zakładka 3", tags$div(plotlyOutput("plot3",height = "auto"))%>% tagAppendAttributes(class = 'content-wrapper')),
- tabPanel("Zakładka 4", tags$div(plotlyOutput("plot4",height = "auto"))%>% tagAppendAttributes(class = 'content-wrapper')),
- tabPanel("Zakładka 5", tags$div(DT::dataTableOutput("table1",height = "auto"))%>% tagAppendAttributes(class = 'content-wrapper'))
+ tabPanel("Zakladka 2", tags$div(plotlyOutput("plot2",height = "auto"))%>% tagAppendAttributes(class = 'content-wrapper')),
+ tabPanel("Zakladka 3", tags$div(plotlyOutput("plot3",height = "auto"))%>% tagAppendAttributes(class = 'content-wrapper')),
+ tabPanel("Zakladka 4", tags$div(plotlyOutput("plot4",height = "auto"))%>% tagAppendAttributes(class = 'content-wrapper')),
+ tabPanel("Zakladka 5", tags$div(DT::dataTableOutput("table1",height = "auto"))%>% tagAppendAttributes(class = 'content-wrapper'))
))%>% tagAppendAttributes(id = 'column-content')
) %>% tagAppendAttributes(id = 'row-content')
@@ -222,13 +222,13 @@ profilServer <- function(input, output,session) {
pl <- list(
sSearch = "Szukaj",
- sInfo="Wyniki od _START_ do _END_ z _TOTAL_ rekordĂłw",
- sZeroRecords="Brak rekordĂłw",
+ sInfo="Wyniki od _START_ do _END_ z _TOTAL_ rekordow",
+ sZeroRecords="Brak rekordow",
sEmptyTable="Pusta tabela",
oPaginate= list(
- sFirst="Pierwsza", sPrevious="Poprzednia",sLast="Ostatnia", sNext="Następna"
+ sFirst="Pierwsza", sPrevious="Poprzednia",sLast="Ostatnia", sNext="Nastepna"
),
- sLengthMenu = "PokaĹĽ _MENU_ rekordĂłw na stronie"
+ sLengthMenu = "Pokaz _MENU_ rekordow na stronie"
)
output$table1 <- DT::renderDataTable(iris,options = list(scrollX = TRUE,language=pl))
@@ -251,7 +251,7 @@ profilServer <- function(input, output,session) {
if (s=="" | grepl("^[A-Z][a-zA-ZĄąĆćÄÄ™ĹĹ‚ĹńÓ󌜏źŻż]{2,15}$",s)==TRUE){
return()
}else{
- p("BĹ‚ad: Imie powinno zaczynac sie od wielkiej litery, zawierac jedynie litery i miec dlugosc od 3 do 15 znakĂłw",style="color:yellow")
+ p("Blad: Imie powinno zaczynac sie od wielkiej litery, zawierac jedynie litery i miec dlugosc od 3 do 15 znakow",style="color:yellow")
}
})
@@ -262,7 +262,7 @@ profilServer <- function(input, output,session) {
if (s=="" | grepl("^[A-Z][a-zA-ZĄąĆćÄÄ™ĹĹ‚ĹńÓ󌜏źŻż]{2,20}$",s)==TRUE){
return()
}else{
- p("BĹ‚ad: Nazwisko powinno zaczynac sie od wielkiej litery, zawierac jedynie litery i miec dlugosc od 3 do 15 znaków",style="color:yellow")
+ p("Blad: Nazwisko powinno zaczynac sie od wielkiej litery, zawierac jedynie litery i miec dlugosc od 3 do 15 znaków",style="color:yellow")
}
@@ -275,7 +275,7 @@ profilServer <- function(input, output,session) {
if (s=="" | grepl("^[a-z]+[0-9]*@([a-z]{2,10}\\.)+[a-z]{2,5}$",s)==TRUE){
return()
}else{
- p("BĹ‚ad: Mail powinien miec budowe adres@nazwa.domena",style="color:yellow")
+ p("Blad: Mail powinien miec budowe adres@nazwa.domena",style="color:yellow")
}
diff --git a/backend/.idea/compiler.xml b/backend/.idea/compiler.xml
index 6fd036f..d9688a7 100644
--- a/backend/.idea/compiler.xml
+++ b/backend/.idea/compiler.xml
@@ -6,10 +6,10 @@
-
+
diff --git a/backend/.idea/workspace.xml b/backend/.idea/workspace.xml
index 149c62c..62a23be 100644
--- a/backend/.idea/workspace.xml
+++ b/backend/.idea/workspace.xml
@@ -4,7 +4,9 @@
-
+
+
+
@@ -24,13 +26,6 @@
-
-
-
@@ -56,9 +51,10 @@
-
+
+
@@ -151,7 +147,6 @@
-
@@ -175,87 +170,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-